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, 3 insertions, 0 deletions
diff --git a/lib/fuse_i.h b/lib/fuse_i.h
index f7924eb..d4421f2 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -9,6 +9,8 @@
#include "fuse.h"
#include "fuse_lowlevel.h"
+#include <stdbool.h>
+
#define MIN(a, b) \
({ \
typeof(a) _a = (a); \
@@ -77,6 +79,7 @@ struct fuse_session {
* a later version, to 'fix' it at run time.
*/
struct libfuse_version version;
+ bool buf_reallocable;
};
struct fuse_chan {