X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;h=c7ef3fb38317a795b5d9f7bc394a708619108966;hb=81527d36f84a02110360f0332f3b35f2d3024d17;hp=ac3b4903f6b8c3e945432b35a471100a8998aede;hpb=c585821bc78955b3d747fcd733aa1d2b81a3258e;p=lttng-tools.git 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);