Create all trace directories and files with client user credentials
[lttng-tools.git] / lttng-sessiond / trace-ust.h
index a2ed3cb91ff16f2c488b1f980fb839c877a06f40..5a6cade9ab7fb1c19e31a202ff26bcdd984a297d 100644 (file)
@@ -110,6 +110,9 @@ struct ltt_ust_session {
         */
        struct cds_lfht *domain_pid;
        struct cds_lfht *domain_exec;
+       /* UID/GID of the user owning the session */
+       uid_t uid;
+       gid_t gid;
 };
 
 #ifdef HAVE_LIBLTTNG_UST_CTL
This page took 0.024678 seconds and 5 git commands to generate.