aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fuse_i.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-04-28 09:55:09 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-04-28 09:55:09 +0000
commit9c1b68d4f206274dc8a0d19d7964abd97c2e10fe (patch)
tree56a9a8f93dd51d5c8997db37ac724da296b715c9 /kernel/fuse_i.h
parent3efcb5658dced829d07253b973e2395d2affbccf (diff)
downloadlibfuse-9c1b68d4f206274dc8a0d19d7964abd97c2e10fe.tar.gz
fix
Diffstat (limited to 'kernel/fuse_i.h')
-rw-r--r--kernel/fuse_i.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/fuse_i.h b/kernel/fuse_i.h
index 164eaa7..25724b4 100644
--- a/kernel/fuse_i.h
+++ b/kernel/fuse_i.h
@@ -262,6 +262,9 @@ struct fuse_conn {
/** The user id for this mount */
uid_t user_id;
+ /** The group id for this mount */
+ gid_t group_id;
+
/** The fuse mount flags for this mount */
unsigned flags;