Fix: do not generate packet at destroy after stop
[lttng-modules.git] / lib / ringbuffer / frontend_types.h
index 46bf8d27efda7741fc407e79c0553bdff6ab9702..9d7c23c96953476e3a4baacb6306308fe04ad93c 100644 (file)
@@ -152,7 +152,8 @@ struct lib_ring_buffer {
        unsigned long cons_snapshot;    /* Consumer count snapshot */
        unsigned int get_subbuf:1,      /* Sub-buffer being held by reader */
                switch_timer_enabled:1, /* Protected by ring_buffer_nohz_lock */
-               read_timer_enabled:1;   /* Protected by ring_buffer_nohz_lock */
+               read_timer_enabled:1,   /* Protected by ring_buffer_nohz_lock */
+               quiescent:1;
 };
 
 static inline
This page took 0.022509 seconds and 4 git commands to generate.