Implement --shm-path option for UST sessions (per-uid channels)
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 9347cd709153fcaf7b00b486dfc7d56d0fd14a22..59ef85b78cf9c082eb00b407066a1e78a272acb7 100644 (file)
@@ -215,6 +215,8 @@ struct ust_app_session {
 
        /* Metadata channel attributes. */
        struct ustctl_consumer_channel_attr metadata_attr;
+
+       char shm_path[PATH_MAX];
 };
 
 /*
This page took 0.024855 seconds and 5 git commands to generate.