Create all trace directories and files with client user credentials
[lttng-tools.git] / include / lttng-sessiond-comm.h
index 0fa6569da28f04e56769a4e1ec2b6c95174b858f..c72a2471e85005b0727a4ecc882ccb2fb56779ec 100644 (file)
@@ -229,6 +229,8 @@ struct lttcomm_consumer_msg {
                        uint32_t state;    /* enum lttcomm_consumer_fd_state */
                        enum lttng_event_output output; /* use splice or mmap to consume this fd */
                        uint64_t mmap_len;
+                       uid_t uid;         /* User ID owning the session */
+                       gid_t gid;         /* Group ID owning the session */
                        char path_name[PATH_MAX];
                } stream;
        } u;
This page took 0.023127 seconds and 4 git commands to generate.