From 7f3439714858d4c70f60db71543df15db5708d92 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Fri, 20 Feb 2026 20:57:37 +1100 Subject: Don't inject timestamps into unsupported queues --- src/queue_context.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/queue_context.hh') diff --git a/src/queue_context.hh b/src/queue_context.hh index 0c5e51f..67b9c5d 100644 --- a/src/queue_context.hh +++ b/src/queue_context.hh @@ -89,6 +89,9 @@ class QueueContext final : public Context { public: void sleep_in_present(); + + public: + bool should_inject_timestamps() const; }; }; // namespace low_latency -- cgit v1.2.3