shm-path: remove directory hierarchy on destroy
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.h
index 795389e9da3f34e55c6eae7fc7bffc46c4b09c80..8be813877410fb129a1b0ff3124693580c89161a 100644 (file)
@@ -113,6 +113,12 @@ struct ltt_ust_session {
 
        /* Metadata channel attributes. */
        struct lttng_ust_channel_attr metadata_attr;
+
+       /*
+        * Path where to keep the shared memory files.
+        */
+       char root_shm_path[PATH_MAX];
+       char shm_path[PATH_MAX];
 };
 
 /*
This page took 0.022923 seconds and 4 git commands to generate.