X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Frelayd.h;fp=src%2Fcommon%2Fsessiond-comm%2Frelayd.h;h=b5948cc4a10b7a9d3d6838d7fd89ef4a63ed5d53;hp=cbeb5b5d6fe20535e398753c07b57d5e62c7febf;hb=96b0ecff3ade3c7970d1cc5fb12a50a94c67ee67;hpb=639ddf685b134bb075b92819f647f9f3c462df54 diff --git a/src/common/sessiond-comm/relayd.h b/src/common/sessiond-comm/relayd.h index cbeb5b5d6..b5948cc4a 100644 --- a/src/common/sessiond-comm/relayd.h +++ b/src/common/sessiond-comm/relayd.h @@ -235,27 +235,4 @@ struct lttcomm_relayd_rotate_stream { char new_pathname[]; } LTTNG_PACKED; -struct lttcomm_relayd_rotate_rename { - uint32_t old_path_length; - uint32_t new_path_length; - /* Concatenation of the old and new paths, separated by \0. */ - char paths[]; -} LTTNG_PACKED; - -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; - char path[]; -} LTTNG_PACKED; - #endif /* _RELAYD_COMM */