X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;h=dba7765772859bd703adb5ba9e0889759d5fb757;hp=4da4b70d1496647e17c65afe06ae2d9889297ce4;hb=d09e1200ec761aef77c721bd648a299eefcc8565;hpb=529f6ac258480d9b6d21499927901b8d734a2597;ds=inline diff --git a/src/common/consumer.h b/src/common/consumer.h index 4da4b70d1..dba776577 100644 --- a/src/common/consumer.h +++ b/src/common/consumer.h @@ -346,13 +346,11 @@ extern struct lttng_consumer_channel *consumer_allocate_channel( int consumer_add_channel(struct lttng_consumer_channel *channel); /* lttng-relayd consumer command */ -int consumer_add_relayd(struct consumer_relayd_sock_pair *relayd); struct consumer_relayd_sock_pair *consumer_allocate_relayd_sock_pair( int net_seq_idx); struct consumer_relayd_sock_pair *consumer_find_relayd(int key); int consumer_handle_stream_before_relayd(struct lttng_consumer_stream *stream, size_t data_size); -void consumer_destroy_relayd(struct consumer_relayd_sock_pair *relayd); extern struct lttng_consumer_local_data *lttng_consumer_create( enum lttng_consumer_type type,