Refactor: rename lttng_consumer_rotate_channel to lttng_consumer_rotate_sample_channel
[lttng-tools.git] / src / common / consumer / consumer.h
index b940036f6f074ed60cbfeac3daa6f29c1a85095e..a90b3a385e5377ff7fcb3053d63fa0bbb4c689fe 100644 (file)
@@ -834,7 +834,7 @@ void consumer_del_stream_for_data(struct lttng_consumer_stream *stream);
 void consumer_add_metadata_stream(struct lttng_consumer_stream *stream);
 void consumer_del_stream_for_metadata(struct lttng_consumer_stream *stream);
 int consumer_create_index_file(struct lttng_consumer_stream *stream);
-int lttng_consumer_rotate_channel(struct lttng_consumer_channel *channel,
+int lttng_consumer_rotate_sample_channel(struct lttng_consumer_channel *channel,
                uint64_t key, const char *path, uint64_t relayd_id,
                uint32_t metadata, uint64_t new_chunk_id,
                struct lttng_consumer_local_data *ctx);
This page took 0.025411 seconds and 5 git commands to generate.