shm-path: remove directory hierarchy on destroy
[lttng-tools.git] / src / bin / lttng-sessiond / trace-ust.h
index 63564ff71f296e3eed9c7ec7159c590db78cb076..8be813877410fb129a1b0ff3124693580c89161a 100644 (file)
@@ -117,6 +117,7 @@ struct ltt_ust_session {
        /*
         * Path where to keep the shared memory files.
         */
+       char root_shm_path[PATH_MAX];
        char shm_path[PATH_MAX];
 };
 
This page took 0.022625 seconds and 4 git commands to generate.