blob: 6672d5ad4cf65bfb7ea0caf5c76fd23a4c5df747 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef LATENCY_CONTROLLER_HH_
#define LATENCY_CONTROLLER_HH_
// The purpose of this file is to provide
namespace low_latency {
class LatencyController final {
};
};
#endif
|