Add user to context
[src/app-framework-binder.git] / src / afb-cred.h
index 5bd5423..6f8173f 100644 (file)
@@ -25,6 +25,7 @@ struct afb_cred
        uid_t uid;
        gid_t gid;
        pid_t pid;
+       const char *user;
        const char *label;
        const char *id;
 };