Fix: use session id when deleting viewer streams
[lttng-tools.git] / src / bin / lttng-relayd / lttng-relayd.h
index 3c8c26c29ec0e6fe4d54b2ee42303895913fff21..358615f9ad27476ea8ee0f4bba7cc431c379a293 100644 (file)
@@ -166,6 +166,7 @@ struct relay_command {
        uint32_t major;
        uint32_t minor;
        struct lttng_ht *ctf_traces_ht; /* indexed by path name */
+       uint64_t session_id;
 };
 
 struct relay_local_data {
This page took 0.024954 seconds and 5 git commands to generate.