Live timer set up
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 0fd2fb16a4dc416c73784611300085651ce857fc..2bd2fd0bab5facdec136f7e0a9558c46cf2e502d 100644 (file)
@@ -99,6 +99,10 @@ struct ltt_session {
         * snapshot purposes.
         */
        unsigned int snapshot_mode;
+       /*
+        * Timer set when the session is created for live reading.
+        */
+       int live_timer;
 };
 
 /* Prototypes */
This page took 0.03829 seconds and 5 git commands to generate.