Use lttng_credentials instead of bespoke uid/gid members in ua_sess
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 9afbe6bc269b544ba8db2150c4ef2bb44bc87335..dcdc784cf58c613d183b15db91ab86a5718774a4 100644 (file)
@@ -209,11 +209,9 @@ struct ust_app_session {
        /* Starts with 'ust'; no leading slash. */
        char path[PATH_MAX];
        /* UID/GID of the application owning the session */
-       uid_t uid;
-       gid_t gid;
+       struct lttng_credentials real_credentials;
        /* Effective UID and GID. Same as the tracing session. */
-       uid_t euid;
-       gid_t egid;
+       struct lttng_credentials effective_credentials;
        struct cds_list_head teardown_node;
        /*
         * Once at least *one* session is created onto the application, the
This page took 0.022914 seconds and 4 git commands to generate.