diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-02-20 20:57:37 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-02-20 20:57:37 +1100 |
| commit | 7f3439714858d4c70f60db71543df15db5708d92 (patch) | |
| tree | 93ce5d3f5f9ec715b0c3627ae82362175678c9d7 /src/queue_context.hh | |
| parent | 9954233c9a730acba0a433dabd158ee5e8f131a5 (diff) | |
Don't inject timestamps into unsupported queues
Diffstat (limited to 'src/queue_context.hh')
| -rw-r--r-- | src/queue_context.hh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
