X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer-stream.h;h=3096e1e7801d535084bfb3fd7ef076d0d11237a9;hb=3c4599b9a5c12ceff19368c6cd51e01d81824726;hp=3036b2c77e6512fd61b4128e131b21e9d24fabd3;hpb=51230d709a394904ee9c449c26d645e737c4af94;p=lttng-tools.git 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 */