Create all trace directories and files with client user credentials
[lttng-tools.git] / lttng-sessiond / ust-app.h
index 00a42186406cf761f9661241cca9d0daad9359f1..0c753ab36eb66c72056c722fd1e2b75cfbd047b3 100644 (file)
@@ -93,6 +93,9 @@ struct ust_app_session {
        struct ltt_ust_metadata *metadata;
        struct cds_lfht *channels; /* Registered channels */
        struct cds_lfht_node node;
+       /* UID/GID of the user owning the session */
+       uid_t uid;
+       gid_t gid;
        char path[PATH_MAX];
 };
 
This page took 0.023075 seconds and 4 git commands to generate.