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 edd66f8..0206336 100644
--- a/lib/fuse_i.h
+++ b/lib/fuse_i.h
@@ -62,6 +62,7 @@ struct fuse_ll {
pthread_mutex_t lock;
int got_destroy;
pthread_key_t pipe_key;
+ int broken_splice_nonblock;
};
struct fuse_cmd {