Expose monitor timer interval to lttngctl and client
[lttng-tools.git] / src / common / consumer / consumer.h
index 527331298c0440ece041d2a73a5296352aa8304b..6a38e50e55a0a5a9b8c3d6eea784a718379b594d 100644 (file)
@@ -161,6 +161,7 @@ struct lttng_consumer_channel {
 
        /* Metadata cache is metadata channel */
        struct consumer_metadata_cache *metadata_cache;
+
        /* For UST metadata periodical flush */
        int switch_timer_enabled;
        timer_t switch_timer;
@@ -601,6 +602,9 @@ struct lttng_consumer_global_data {
        struct lttng_ht *stream_per_chan_id_ht;
 };
 
+/* Flag used to temporarily pause data consumption from testpoints. */
+extern int data_consumption_paused;
+
 /*
  * Init consumer data structures.
  */
This page took 0.022985 seconds and 4 git commands to generate.