X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;h=5021a103569ea28d18bcd9d071f2781704da078b;hp=bedc8885dbc97e6c67faa5f5d5a41917eabf7531;hb=5ab669088a63bfc0a138ad8418cea17a58789281;hpb=7f12ef5d1b1de751b90c2e88fa331692a998ed70 diff --git a/src/common/consumer.h b/src/common/consumer.h index bedc8885d..5021a1035 100644 --- a/src/common/consumer.h +++ b/src/common/consumer.h @@ -620,5 +620,9 @@ void notify_thread_del_channel(struct lttng_consumer_local_data *ctx, void consumer_destroy_relayd(struct consumer_relayd_sock_pair *relayd); unsigned long consumer_get_consumed_maxsize(unsigned long consumed_pos, unsigned long produced_pos, uint64_t max_stream_size); +int consumer_add_data_stream(struct lttng_consumer_stream *stream); +void consumer_del_stream_for_data(struct lttng_consumer_stream *stream); +int consumer_add_metadata_stream(struct lttng_consumer_stream *stream); +void consumer_del_stream_for_metadata(struct lttng_consumer_stream *stream); #endif /* LIB_CONSUMER_H */