lttng rotate command
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 2e22885e801c092d23feee3825d2ac222a4befab..3c9bc182489cdcb8537e7c5d9af31fe6c59d4233 100644 (file)
@@ -132,8 +132,8 @@ struct ltt_session {
         * True until the relay has finished the rotation of all the streams.
         */
        bool rotate_pending_relay;
-       /* Current status of a rotation. */
-       enum lttng_rotation_status rotation_status;
+       /* Current state of a rotation. */
+       enum lttng_rotation_state rotation_state;
        /*
         * Number of channels waiting for a rotation.
         * When this number reaches 0, we can handle the rename of the chunk
This page took 0.024005 seconds and 5 git commands to generate.