From 68148447b090749057dc2815fb6f684c6ffbd66a Mon Sep 17 00:00:00 2001 From: ln-tech Date: Wed, 8 Jan 2020 22:23:28 +0100 Subject: fixed code: removed useless splicing, code optimization, commandline arguments fixed, auto_cache in lowlevel activated, multi and single threaded modes are supported now --- src/fuse/connection.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/fuse/connection.h') 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 -#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; -- cgit v1.2.3-55-g7522