Fix: UST should not generate packet at destroy after stop
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index 1e51ae12352af6334c9293c013e8064027e9fe04..073cf7ad3376ddbad76cab00cb69b1e7593550b7 100644 (file)
@@ -457,6 +457,9 @@ struct lttcomm_consumer_msg {
                struct {
                        uint64_t key;   /* Channel key. */
                } LTTNG_PACKED flush_channel;
+               struct {
+                       uint64_t key;   /* Channel key. */
+               } LTTNG_PACKED clear_quiescent_channel;
                struct {
                        char pathname[PATH_MAX];
                        /* Indicate if the snapshot goes on the relayd or locally. */
This page took 0.024057 seconds and 4 git commands to generate.