Fix: wait for the completion of implicit session rotations
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index d673c6e19c2a0dc7ad591c18b8e3be851a088d72..3b0093bfbc9e0d7d06d598a74ba6cace921ab6a2 100644 (file)
@@ -445,6 +445,14 @@ struct lttcomm_event_extended_header {
        uint32_t userspace_probe_location_len;
 } LTTNG_PACKED;
 
+/*
+ * Command header of the reply to an LTTNG_DESTROY_SESSION command.
+ */
+struct lttcomm_session_destroy_command_header {
+       /* enum lttng_session */
+       int32_t rotation_state;
+};
+
 /*
  * Data structure for the response from sessiond to the lttng client.
  */
This page took 0.023484 seconds and 4 git commands to generate.