X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Frelayd.h;h=e9a7e9ff2534a6783f80e8564a28063c8bea08b0;hb=5c408ad8ef08a226c018702aca969536f36ac4e5;hp=444c43af0aae454b32ecb8b86aedf33ed681f1b2;hpb=d3ecc5503007bc81faa8049fac945f163b6356f3;p=lttng-tools.git diff --git a/src/common/sessiond-comm/relayd.h b/src/common/sessiond-comm/relayd.h index 444c43af0..e9a7e9ff2 100644 --- a/src/common/sessiond-comm/relayd.h +++ b/src/common/sessiond-comm/relayd.h @@ -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. */ @@ -212,6 +213,10 @@ struct lttcomm_relayd_rotate_rename { char paths[]; } LTTNG_PACKED; +struct lttcomm_relayd_rotate_pending { + uint64_t chunk_id; +} LTTNG_PACKED; + struct lttcomm_relayd_mkdir { /* Includes trailing NULL */ uint32_t length;