aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_i.h
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2001-10-31 14:52:35 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2001-10-31 14:52:35 +0000
commit5e183482b09cec20f54ccb44e767a7fab51833e9 (patch)
treecfadb38331eb258eb129d28627f5f999fa3c5e99 /lib/fuse_i.h
parent19dff1ba9dfe6f474d22224267a7407c949d6803 (diff)
downloadlibfuse-5e183482b09cec20f54ccb44e767a7fab51833e9.tar.gz
x
Diffstat (limited to 'lib/fuse_i.h')
-rw-r--r--lib/fuse_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fuse_i.h b/lib/fuse_i.h
index b3b907b..2d030ae 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -17,6 +17,7 @@ typedef unsigned long fino_t;
struct node {
char *name;
fino_t parent;
+ int mode;
};
struct fuse {