aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fuse_i.h')
-rw-r--r--lib/fuse_i.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/fuse_i.h b/lib/fuse_i.h
index ebe712a..284e531 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -28,8 +28,7 @@ struct fuse {
int numworker;
int numavail;
volatile int exited;
- int majorver;
- int minorver;
+ int got_init;
};
struct fuse *fuse_new_common(int fd, const char *opts,