Fix: UST should not generate packet at destroy after stop
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index 1426fcf203548dfe8c95ebeeae6050662ca917a1..8f2c9cb00ea9d993c1323b1bb050d8ecce473f3d 100644 (file)
@@ -445,6 +445,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.027912 seconds and 4 git commands to generate.