From c40748abd7f911b3c622600bd23b8517bd8f09c4 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 20 Feb 2004 16:38:45 +0000 Subject: fix --- lib/fuse_i.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/fuse_i.h') diff --git a/lib/fuse_i.h b/lib/fuse_i.h index 4eaa5ba..ce81604 100644 --- a/lib/fuse_i.h +++ b/lib/fuse_i.h @@ -41,6 +41,8 @@ struct fuse { struct fuse_context context; pthread_key_t context_key; volatile int exited; + int majorver; + int minorver; }; struct fuse_dirhandle { -- cgit v1.2.3