X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;h=aef7f560e4dcae78e62343eae1492de6ea85434b;hp=2bf572303c94d7ce63b839eb820f00d04116de9f;hb=94d4914075c61cd1ee2ec00d8b61eacff105fc47;hpb=d3e2ba59faddb31870e2ce29b6a881f7ad5ad883 diff --git a/src/common/consumer.h b/src/common/consumer.h index 2bf572303..aef7f560e 100644 --- a/src/common/consumer.h +++ b/src/common/consumer.h @@ -334,6 +334,12 @@ struct lttng_consumer_stream { * FD of the index file for this stream. */ int index_fd; + + /* + * Rendez-vous point between data and metadata stream in live mode. + */ + pthread_cond_t metadata_rdv; + pthread_mutex_t metadata_rdv_lock; }; /*