Implement the RELAYD_ROTATE_STREAM relay daemon command
[lttng-tools.git] / src / common / sessiond-comm / sessiond-comm.h
index 6f8249b6ab0801450a81196fce2d8acca239e196..78c7f5e2b6b9a1fc3cbf8a5fc55c15f1bc2d87d9 100644 (file)
@@ -123,6 +123,8 @@ enum lttcomm_relayd_command {
        RELAYD_STREAMS_SENT                 = 16,
        /* Ask the relay to reset the metadata trace file (2.8+) */
        RELAYD_RESET_METADATA               = 17,
+       /* Ask the relay to rotate a stream file (2.11+) */
+       RELAYD_ROTATE_STREAM                = 18,
        /* Rename a chunk after the rotation is completed (2.11+) */
        RELAYD_ROTATE_RENAME                = 19,
        /* Create a folder on the relayd FS (2.11+) */
This page took 0.023851 seconds and 4 git commands to generate.