Truncate exclusion names to have a terminal '\0'
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 14ad7af0a8aac4aeb55fb3f444dd9bb3fe39e639..48dc44a33d632efaff87598d1057f7569b83e584 100644 (file)
@@ -108,7 +108,11 @@ struct ltt_session {
        /*
         * Timer set when the session is created for live reading.
         */
-       int live_timer;
+       unsigned int live_timer;
+       /*
+        * Path where to keep the shared memory files.
+        */
+       char shm_path[PATH_MAX];
 };
 
 /* Prototypes */
This page took 0.022883 seconds and 4 git commands to generate.