X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer%2Fconsumer.h;fp=src%2Fcommon%2Fconsumer%2Fconsumer.h;h=7b381b2c75db6c7300cc6581206e0e12b1f5c0fa;hp=b45f88b756b2032dbf90daa74e91f31ed9ffc940;hb=b1316da1ffbd276fc8271e7a9438e683ad352781;hpb=934ba8fdfbe546a25a9df61b6292bdb3d28e4ab1 diff --git a/src/common/consumer/consumer.h b/src/common/consumer/consumer.h index b45f88b75..7b381b2c7 100644 --- a/src/common/consumer/consumer.h +++ b/src/common/consumer/consumer.h @@ -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 */