X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.h;h=5064362c8a95ef539f9c56cb9fae8cf853c193e3;hb=47945b177017848c3c062ba2944df36265e29b71;hp=b45f88b756b2032dbf90daa74e91f31ed9ffc940;hpb=503fefca8a1b82cfafccaa096e900c41bf4570f6;p=lttng-tools.git diff --git a/src/common/consumer/consumer.h b/src/common/consumer/consumer.h index b45f88b75..5064362c8 100644 --- a/src/common/consumer/consumer.h +++ b/src/common/consumer/consumer.h @@ -96,7 +96,7 @@ enum sync_metadata_status { SYNC_METADATA_STATUS_ERROR, }; -extern struct lttng_consumer_global_data consumer_data; +extern struct lttng_consumer_global_data the_consumer_data; struct stream_list { struct cds_list_head head; @@ -1052,5 +1052,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 */