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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/fuse_i.h b/lib/fuse_i.h
index 74cfe36..7a2ae04 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -65,6 +65,11 @@ struct fuse_session {
struct fuse_notify_req notify_list;
size_t bufsize;
int error;
+
+ /* This is useful if any kind of ABI incompatibility is found at
+ * a later version, to 'fix' it at run time.
+ */
+ struct libfuse_version version;
};
struct fuse_chan {