diff options
| author | Nicolas James <nj3ahxac@gmail.com> | 2026-02-08 17:49:48 +1100 |
|---|---|---|
| committer | Nicolas James <nj3ahxac@gmail.com> | 2026-02-08 17:49:48 +1100 |
| commit | 5ab5046b643b04b9c31fd41cdfca39b9d5f6b99e (patch) | |
| tree | da5383b41b2fff17362425d2a57cbd129f681498 /src/latency_controller.hh | |
| parent | c7363b6165a7795d10a8989c241dcdec84d0c7d7 (diff) | |
track queue submits WIP
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 |
