aboutsummaryrefslogtreecommitdiff
path: root/src/strategies/anti_lag/device_strategy.cc
blob: 5032c97fbe9185c715cf3a6b80fc10e27b545907 (plain)
1
2
3
4
5
6
7
8
9
10
#include "device_strategy.hh"

namespace low_latency {

AntiLagDeviceStrategy::AntiLagDeviceStrategy(DeviceContext& device)
    : DeviceStrategy(device) {}

AntiLagDeviceStrategy::~AntiLagDeviceStrategy() {}

} // namespace low_latency