X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.h;h=d4ab750487c9f3ca8122d22fb4969fb4bfe6e061;hb=c124970bc6f688ba8e13cf21cc9933e291cbb76a;hp=6c11e884e7a222bfb765cca56ba6953997444666;hpb=6791112142b503d8f92cca737cc37215b1057568;p=lttng-tools.git diff --git a/src/common/consumer/consumer.h b/src/common/consumer/consumer.h index 6c11e884e..d4ab75048 100644 --- a/src/common/consumer/consumer.h +++ b/src/common/consumer/consumer.h @@ -1053,5 +1053,8 @@ void lttng_consumer_cleanup_relayd(struct consumer_relayd_sock_pair *relayd); enum lttcomm_return_code lttng_consumer_init_command( struct lttng_consumer_local_data *ctx, const lttng_uuid sessiond_uuid); +enum lttcomm_return_code lttng_consumer_open_channel_packets( + struct lttng_consumer_channel *channel); +int consumer_metadata_wakeup_pipe(const struct lttng_consumer_channel *channel); #endif /* LIB_CONSUMER_H */