diff options
Diffstat (limited to 'libglusterfs/src/stack.h')
| -rw-r--r-- | libglusterfs/src/stack.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/stack.h b/libglusterfs/src/stack.h index 5c0655f2ead..43d943c62b6 100644 --- a/libglusterfs/src/stack.h +++ b/libglusterfs/src/stack.h @@ -96,6 +96,7 @@ struct _call_stack_t {          uid_t                         uid;          gid_t                         gid;          pid_t                         pid; +        char                          identifier[UNIX_PATH_MAX];          uint16_t                      ngrps;          uint32_t                      groups_small[SMALL_GROUP_COUNT];  	uint32_t                     *groups_large;  | 
