Rotate timer
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 3c9bc182489cdcb8537e7c5d9af31fe6c59d4233..e00e51cc6dedab784759db6c764589236737667c 100644 (file)
@@ -173,6 +173,12 @@ struct ltt_session {
         */
        bool rotate_relay_pending_timer_enabled;
        timer_t rotate_relay_pending_timer;
+       /* Timer to periodically rotate a session. */
+       bool rotate_timer_enabled;
+       timer_t rotate_timer;
+       uint64_t rotate_timer_period;
+       /* Value for size-based rotation, 0 if disabled. */
+       uint64_t rotate_size;
        /*
         * 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.024468 seconds and 5 git commands to generate.