diff options
Diffstat (limited to 'src/latency_controller.hh')
| -rw-r--r-- | src/latency_controller.hh | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/latency_controller.hh b/src/latency_controller.hh new file mode 100644 index 0000000..6672d5a --- /dev/null +++ b/src/latency_controller.hh @@ -0,0 +1,15 @@ +#ifndef LATENCY_CONTROLLER_HH_ +#define LATENCY_CONTROLLER_HH_ + +// The purpose of this file is to provide + +namespace low_latency { + +class LatencyController final { + + +}; + +}; + +#endif
\ No newline at end of file |
