rotate timer ready, need UI/API
[deliverable/lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 6a42eafb013bb128607774b2f5040a8e10348e72..ece2fc90de4cf6846b99b70e33acfc2d8fa83e1e 100644 (file)
@@ -166,8 +166,11 @@ struct ltt_session {
         * Timer to check periodically if a relay has completed the last
         * rotation.
         */
-       int rotate_relay_pending_timer_enabled;
+       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;
 };
 
 /* Prototypes */
This page took 0.025112 seconds and 5 git commands to generate.