X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;h=da3c4ce5a69b75c8eafc5bb9eeefa4cba2778026;hp=5cbb47dcfa5945534e48551f2fa9393486ddce2f;hb=7735ef9e674217413a63bd4a09a93ac0958fe58a;hpb=f02e1e8a5820da2eda835add020f92ca8d32c973 diff --git a/src/common/consumer.h b/src/common/consumer.h index 5cbb47dcf..da3c4ce5a 100644 --- a/src/common/consumer.h +++ b/src/common/consumer.h @@ -381,5 +381,8 @@ extern int lttng_consumer_recv_cmd(struct lttng_consumer_local_data *ctx, ssize_t lttng_consumer_read_subbuffer(struct lttng_consumer_stream *stream, struct lttng_consumer_local_data *ctx); 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); #endif /* LIB_CONSUMER_H */