X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer-stream.h;h=021742e431f62f469162779168002d7024408f7c;hp=c9af63cd83841c10a542e015aba3d6c3eb5fd69d;hb=1970828049d051d5cb485dfab995081b4550fd2a;hpb=8471c10564859a5dc4a6e2ba39e8d9fdfba26e62 diff --git a/src/common/consumer/consumer-stream.h b/src/common/consumer/consumer-stream.h index c9af63cd8..021742e43 100644 --- a/src/common/consumer/consumer-stream.h +++ b/src/common/consumer/consumer-stream.h @@ -136,16 +136,6 @@ int consumer_stream_enable_metadata_bucketization( void consumer_stream_metadata_set_version( struct lttng_consumer_stream *stream, uint64_t new_version); -/* - * Set the version of a metadata stream (i.e. following a metadata - * regeneration). - * - * Changing the version of a metadata stream will cause any bucketized metadata - * to be discarded and will mark the metadata stream for future `reset`. - */ -void consumer_stream_metadata_set_version( - struct lttng_consumer_stream *stream, uint64_t new_version); - /* * Attempt to open a packet in a stream. *