Fix: join consumer timer thread
[lttng-tools.git] / src / common / consumer / consumer.h
index 37adecbfe689e28a79303c601cefbe2ea6311677..e1a4b7e9e44f39f5bd9b60cc750ac78ef98feac3 100644 (file)
@@ -218,6 +218,8 @@ struct lttng_consumer_channel {
        uint64_t discarded_events;
        /* Total number of missed packets due to overwriting (overwrite). */
        uint64_t lost_packets;
+
+       bool streams_sent_to_relayd;
 };
 
 /*
@@ -591,6 +593,12 @@ struct lttng_consumer_global_data {
        struct lttng_ht *stream_per_chan_id_ht;
 };
 
+/*
+ * Set to nonzero when the consumer is exiting. Updated by signal
+ * handler and thread exit, read by threads.
+ */
+extern volatile int consumer_quit;
+
 /*
  * Init consumer data structures.
  */
This page took 0.023455 seconds and 4 git commands to generate.