shm-path: remove directory hierarchy on destroy
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 59ef85b78cf9c082eb00b407066a1e78a272acb7..d6b675bec36dcd357b05e027dcf7b7a98e0015b7 100644 (file)
@@ -216,6 +216,7 @@ struct ust_app_session {
        /* Metadata channel attributes. */
        struct ustctl_consumer_channel_attr metadata_attr;
 
+       char root_shm_path[PATH_MAX];
        char shm_path[PATH_MAX];
 };
 
This page took 0.023294 seconds and 4 git commands to generate.