X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;fp=src%2Fcommon%2Fconsumer.h;h=c7ef3fb38317a795b5d9f7bc394a708619108966;hp=ac3b4903f6b8c3e945432b35a471100a8998aede;hb=027a694fd396114812d927115f3561088e1b769f;hpb=0658924ecc1b36649ec467474bb82db8032a80c0 diff --git a/src/common/consumer.h b/src/common/consumer.h index ac3b4903f..c7ef3fb38 100644 --- a/src/common/consumer.h +++ b/src/common/consumer.h @@ -631,8 +631,6 @@ int consumer_add_channel(struct lttng_consumer_channel *channel, void consumer_del_channel(struct lttng_consumer_channel *channel); /* lttng-relayd consumer command */ -struct consumer_relayd_sock_pair *consumer_allocate_relayd_sock_pair( - uint64_t net_seq_idx); struct consumer_relayd_sock_pair *consumer_find_relayd(uint64_t key); int consumer_send_relayd_stream(struct lttng_consumer_stream *stream, char *path); int consumer_send_relayd_streams_sent(uint64_t net_seq_idx);