Fix: join consumer timer thread
[lttng-tools.git] / src / common / consumer / consumer.h
index 220dbb4a294b0b608a88391bc72f08365d64fad5..3111471db2bfde3ce7cfb81c9f166ece3c544b3d 100644 (file)
@@ -610,6 +610,12 @@ struct lttng_consumer_global_data {
  */
 extern int consumer_quit;
 
+/*
+ * Set to nonzero when the consumer is exiting. Updated by signal
+ * handler and thread exit, read by threads.
+ */
+extern int consumer_quit;
+
 /* Flag used to temporarily pause data consumption from testpoints. */
 extern int data_consumption_paused;
 
This page took 0.024238 seconds and 5 git commands to generate.