Implement --shm-path option for UST sessions (per-uid channels)
[lttng-tools.git] / src / bin / lttng-sessiond / session.h
index 368b352fa22388c9edae452fda760535b767ccf5..48dc44a33d632efaff87598d1057f7569b83e584 100644 (file)
@@ -109,6 +109,10 @@ struct ltt_session {
         * Timer set when the session is created for live reading.
         */
        unsigned int live_timer;
+       /*
+        * Path where to keep the shared memory files.
+        */
+       char shm_path[PATH_MAX];
 };
 
 /* Prototypes */
This page took 0.022727 seconds and 4 git commands to generate.