summaryrefslogtreecommitdiffstats
path: root/src/server/Buffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Buffer.hpp')
-rw-r--r--src/server/Buffer.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/Buffer.hpp b/src/server/Buffer.hpp
index f0a84910..ee8f2361 100644
--- a/src/server/Buffer.hpp
+++ b/src/server/Buffer.hpp
@@ -56,6 +56,9 @@ public:
uint32_t capacity() const { return _capacity; }
/// Sequence buffers only
+ void prepare_output_write(Context& context);
+
+ /// Sequence buffers only
bool append_event(int64_t frames,
uint32_t size,
uint32_t type,