summaryrefslogtreecommitdiffstats
path: root/src/fuse/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fuse/connection.h')
-rw-r--r--src/fuse/connection.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fuse/connection.h b/src/fuse/connection.h
index d0a89dc..15075d5 100644
--- a/src/fuse/connection.h
+++ b/src/fuse/connection.h
@@ -9,8 +9,6 @@
#define FUSE_USE_VERSION 30
#include <fuse_lowlevel.h>
-#define NO_SPLICE 0
-#define SPLICE 1
extern bool keepRunning;
struct _dnbd3_async;
@@ -21,7 +19,6 @@ typedef struct _dnbd3_async {
ticks time; // When request was put on wire, 0 if not measuring
uint64_t offset;
uint32_t length;
- int mode; // 0 splice off, 1 splice on, ...
fuse_req_t fuse_req;
} dnbd3_async_t;