Add unused attribute to lttng_to_index_major param
[lttng-tools.git] / src / common / sessiond-comm / relayd.h
index 9a733df1e7aaa68c5c6e252988012fca0eda6eda..3bfa3eb28070a46d9d9503272735088862af7542 100644 (file)
@@ -197,6 +197,7 @@ struct lttcomm_relayd_reset_metadata {
 
 struct lttcomm_relayd_rotate_stream {
        uint64_t stream_id;
+       /* Ignored for metadata streams. */
        uint64_t rotate_at_seq_num;
        uint64_t new_chunk_id;
        /* Includes trailing NULL. */
@@ -216,6 +217,12 @@ struct lttcomm_relayd_rotate_pending {
        uint64_t chunk_id;
 } LTTNG_PACKED;
 
+struct lttcomm_relayd_rotate_pending_reply {
+       struct lttcomm_relayd_generic_reply generic;
+       /* Valid values are [0, 1]. */
+       uint8_t is_pending;
+} LTTNG_PACKED;
+
 struct lttcomm_relayd_mkdir {
        /* Includes trailing NULL */
        uint32_t length;
This page took 0.023595 seconds and 4 git commands to generate.