aboutsummaryrefslogtreecommitdiff
path: root/src/latency_controller.hh
diff options
context:
space:
mode:
authorNicolas James <nj3ahxac@gmail.com>2026-02-08 17:49:48 +1100
committerNicolas James <nj3ahxac@gmail.com>2026-02-08 17:49:48 +1100
commit5ab5046b643b04b9c31fd41cdfca39b9d5f6b99e (patch)
treeda5383b41b2fff17362425d2a57cbd129f681498 /src/latency_controller.hh
parentc7363b6165a7795d10a8989c241dcdec84d0c7d7 (diff)
track queue submits WIP
Diffstat (limited to 'src/latency_controller.hh')
-rw-r--r--src/latency_controller.hh15
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