X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.h;h=f75246d36970e6e4b193c427a7ab7e09ee044d84;hb=920f2ddba471d1fe16fe7e6f2d8cb9e0af34f047;hp=73189660ce4eb888bf3acc12a0f17ea0c3f9071e;hpb=7f1b22f2ae8abb4e0c327d5c0e561845634022ff;p=lttng-tools.git diff --git a/src/common/consumer/consumer.h b/src/common/consumer/consumer.h index 73189660c..f75246d36 100644 --- a/src/common/consumer/consumer.h +++ b/src/common/consumer/consumer.h @@ -1051,5 +1051,6 @@ enum lttcomm_return_code lttng_consumer_init_command( int lttng_consumer_clear_channel(struct lttng_consumer_channel *channel); 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 */