X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;h=fc5d5ef14dfdf02a1dbb62f63b46c76fa22c1150;hp=da3c4ce5a69b75c8eafc5bb9eeefa4cba2778026;hb=a6ba4fe1a8217fd5cb9e286b4d88a9252c0d5d06;hpb=7735ef9e674217413a63bd4a09a93ac0958fe58a diff --git a/src/common/consumer.h b/src/common/consumer.h index da3c4ce5a..fc5d5ef14 100644 --- a/src/common/consumer.h +++ b/src/common/consumer.h @@ -384,5 +384,7 @@ int lttng_consumer_on_recv_stream(struct lttng_consumer_stream *stream); int consumer_add_relayd_socket(int net_seq_idx, int sock_type, struct lttng_consumer_local_data *ctx, int sock, struct pollfd *consumer_sockpoll, struct lttcomm_sock *relayd_sock); +void consumer_flag_relayd_for_destroy( + struct consumer_relayd_sock_pair *relayd); #endif /* LIB_CONSUMER_H */