Test for new metadata at each packet
[lttng-tools.git] / src / common / consumer.h
index 2bf572303c94d7ce63b839eb820f00d04116de9f..aef7f560e4dcae78e62343eae1492de6ea85434b 100644 (file)
@@ -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;
 };
 
 /*
This page took 0.022818 seconds and 4 git commands to generate.