Add UST snapshot support
[lttng-tools.git] / src / common / consumer-stream.h
index 3036b2c77e6512fd61b4128e131b21e9d24fabd3..3096e1e7801d535084bfb3fd7ef076d0d11237a9 100644 (file)
@@ -62,4 +62,10 @@ void consumer_stream_free(struct lttng_consumer_stream *stream);
 void consumer_stream_destroy(struct lttng_consumer_stream *stream,
                struct lttng_ht *ht);
 
+/*
+ * Destroy the stream's buffers on the tracer side. This is also called in a
+ * stream destroy.
+ */
+void consumer_stream_destroy_buffers(struct lttng_consumer_stream *stream);
+
 #endif /* LTTNG_CONSUMER_STREAM_H */
This page took 0.022678 seconds and 4 git commands to generate.