rotate timer working
[deliverable/lttng-tools.git] / src / bin / lttng-sessiond / session.h
index ece2fc90de4cf6846b99b70e33acfc2d8fa83e1e..640cc57ec7555798b2a2ebb5433c8ea92fe5d90e 100644 (file)
@@ -171,6 +171,8 @@ struct ltt_session {
        /* Timer to periodically rotate a session. */
        bool rotate_timer_enabled;
        timer_t rotate_timer;
+       uint64_t rotate_timer_period;
+       uint64_t rotate_size;
 };
 
 /* Prototypes */
This page took 0.026934 seconds and 5 git commands to generate.