Fix: UST should not generate packet at destroy after stop
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index 344ba508dc0d109608506aafc25f97f1abef927d..09838655b6f64f3deb749d92e0c7ba185491cf4a 100644 (file)
@@ -40,7 +40,7 @@
 
 #include "inet.h"
 #include "inet6.h"
-#include "unix.h"
+#include <common/unix.h>
 
 /* Queue size of listen(2) */
 #define LTTNG_SESSIOND_COMM_MAX_LISTEN 64
@@ -500,6 +500,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.023016 seconds and 4 git commands to generate.