Command to rename a folder
[lttng-tools.git] / src / common / sessiond-comm / relayd.h
index 74d5b1176be637601edac2e342d08a0fd56ae11f..52482e017a4b58ce527c1bc8275ad568f0d9d108 100644 (file)
@@ -195,6 +195,13 @@ struct lttcomm_relayd_reset_metadata {
        uint64_t version;
 } 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_mkdir {
        /* Includes trailing NULL */
        uint32_t length;
This page took 0.025737 seconds and 5 git commands to generate.