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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fuse_i.h b/lib/fuse_i.h
index 0d0e637..d3d86d4 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -40,6 +40,7 @@ struct fuse_req {
int interrupted;
unsigned int ioctl_64bit : 1;
unsigned int is_uring : 1;
+ unsigned int is_copy_file_range_64 : 1;
union {
struct {
uint64_t unique;