aboutsummaryrefslogtreecommitdiff
path: root/src/strategies/low_latency2/queue_strategy.cc
blob: 85e1aae0fa49937b0d8e08083999e484386e3163 (plain)
1
2
3
4
5
6
7
8
9
10
#include "queue_strategy.hh"

namespace low_latency {

LowLatency2QueueStrategy::LowLatency2QueueStrategy(QueueContext& queue)
    : QueueStrategy(queue) {}

LowLatency2QueueStrategy::~LowLatency2QueueStrategy() {}

} // namespace low_latency