summaryrefslogtreecommitdiff
path: root/include/ouroboros/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ouroboros/proc.h')
-rw-r--r--include/ouroboros/proc.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/ouroboros/proc.h b/include/ouroboros/proc.h
index 80c67227..0e27362e 100644
--- a/include/ouroboros/proc.h
+++ b/include/ouroboros/proc.h
@@ -31,8 +31,9 @@
/* Processes */
struct proc_info {
pid_t pid;
- char prog[PROG_NAME_SIZE + 1]; /* program instantiated */
-
+ char prog[PROG_NAME_SIZE + 1];
+ uid_t uid;
+ gid_t gid;
};
/* Programs */