X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer-stream.h;h=3096e1e7801d535084bfb3fd7ef076d0d11237a9;hp=3036b2c77e6512fd61b4128e131b21e9d24fabd3;hb=10a5031171c7bca5b4498c871b119e5a88b6a3fb;hpb=618a6a28c0956fc6829c165a39ffec97f239096c diff --git a/src/common/consumer-stream.h b/src/common/consumer-stream.h index 3036b2c77..3096e1e78 100644 --- a/src/common/consumer-stream.h +++ b/src/common/consumer-stream.h @@ -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 */