Create all trace directories and files with client user credentials
[lttng-tools.git] / lttng-sessiond / trace-kernel.h
index bcea65148be4d5994f0d5eec805e40449555cddb..1057c1e07a04eb2255b7f1624b3570ed11d61357 100644 (file)
@@ -97,6 +97,9 @@ struct ltt_kernel_session {
        char *trace_path;
        struct ltt_kernel_metadata *metadata;
        struct ltt_kernel_channel_list channel_list;
+       /* UID/GID of the user owning the session */
+       uid_t uid;
+       gid_t gid;
 };
 
 /*
This page took 0.022452 seconds and 4 git commands to generate.