timer thread in progress
[deliverable/lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 25f0927f7c0879e42a2b8e14d8c196fd715e5854..5edd962688df79ce3188d48a8a6ee4b8444e02e6 100644 (file)
@@ -161,6 +161,12 @@ struct ltt_session {
        time_t current_chunk_start_ts;
        time_t session_last_stop_ts;
        time_t last_begin_rotation_ts;
+       /*
+        * Timer to check periodically if a relay has completed the last
+        * rotation.
+        */
+       int rotate_relay_pending_timer_enabled;
+       timer_t rotate_relay_pending_timer;
 };
 
 /* Prototypes */
This page took 0.024749 seconds and 5 git commands to generate.