Move file creation/unlink from liblttng-ust-ctl to consumerd
[lttng-tools.git] / src / bin / lttng-sessiond / ust-registry.h
index 91a0534e9a8cbde5084878d45125da310589644a..77d4d919518fa1a9cb2eb71eabd4f0ed85e9d108 100644 (file)
@@ -87,6 +87,10 @@ struct ust_registry_session {
         * deletes its sessions.
         */
        unsigned int metadata_closed;
+
+       /* User and group owning the session. */
+       uid_t uid;
+       gid_t gid;
 };
 
 struct ust_registry_channel {
This page took 0.023347 seconds and 4 git commands to generate.