Relay rotate pending command
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 78890db3cb24bcd786e1c448552e8347e52b9685..2e22885e801c092d23feee3825d2ac222a4befab 100644 (file)
@@ -167,6 +167,12 @@ struct ltt_session {
         * with the current timestamp.
         */
        time_t current_chunk_start_ts;
+       /*
+        * Timer to check periodically if a relay has completed the last
+        * rotation.
+        */
+       bool rotate_relay_pending_timer_enabled;
+       timer_t rotate_relay_pending_timer;
        /*
         * Keep a state if this session was rotated after the last stop command.
         * We only allow one rotation after a stop. At destroy, we also need to
This page took 0.022524 seconds and 4 git commands to generate.