aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_i.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2001-11-06 15:07:17 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2001-11-06 15:07:17 +0000
commit2df1c04f30802df9a23a19e22042884430c429d2 (patch)
treeb1175acab6d7d4673b5d59f9d3b6e7c49532f195 /lib/fuse_i.h
parent21ed360572b816a11e7a37824907105882686446 (diff)
downloadlibfuse-2df1c04f30802df9a23a19e22042884430c429d2.tar.gz
cleanups
Diffstat (limited to 'lib/fuse_i.h')
-rw-r--r--lib/fuse_i.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/fuse_i.h b/lib/fuse_i.h
index c28e2e8..6f363d8 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -25,7 +25,8 @@ struct node {
struct fuse {
int flags;
- char *dir;
+ char *mnt;
+ mode_t rootmode;
int fd;
struct fuse_operations op;
GHashTable *nametab;