X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Fconsumer.h;h=84ef2719d47e55eb7abc8626cdf37b3a11da525c;hb=59a6e1d8908c60bb8f8b9e999695f7755b2c59e7;hp=a7517a34083db737d9be2b2b51b61ddb3a60eb36;hpb=3b6b25ef2cdee4048e7dbd11edece69b75604ffc;p=lttng-tools.git diff --git a/src/common/consumer.h b/src/common/consumer.h index a7517a340..84ef2719d 100644 --- a/src/common/consumer.h +++ b/src/common/consumer.h @@ -622,6 +622,8 @@ ssize_t lttng_consumer_on_read_subbuffer_splice( int lttng_consumer_take_snapshot(struct lttng_consumer_stream *stream); int lttng_consumer_get_produced_snapshot(struct lttng_consumer_stream *stream, unsigned long *pos); +int lttng_ustconsumer_get_wakeup_fd(struct lttng_consumer_stream *stream); +int lttng_ustconsumer_close_wakeup_fd(struct lttng_consumer_stream *stream); void *consumer_thread_metadata_poll(void *data); void *consumer_thread_data_poll(void *data); void *consumer_thread_sessiond_poll(void *data);