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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/fuse_i.h b/lib/fuse_i.h
index 69ca159..bf8410f 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -79,7 +79,9 @@ struct fuse_session {
* a later version, to 'fix' it at run time.
*/
struct libfuse_version version;
- _Atomic bool buf_reallocable;
+
+ /* true if reading requests from /dev/fuse are handled internally */
+ bool buf_reallocable;
};
struct fuse_chan {