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, 1 insertions, 2 deletions
diff --git a/src/fuse/connection.h b/src/fuse/connection.h
index ceb5050..d0a89dc 100644
--- a/src/fuse/connection.h
+++ b/src/fuse/connection.h
@@ -12,9 +12,8 @@
#define NO_SPLICE 0
#define SPLICE 1
-extern volatile bool keepRunning;
+extern bool keepRunning;
struct _dnbd3_async;
-extern pthread_mutex_t mutexInit;
typedef struct _dnbd3_async {
struct _dnbd3_async *next; // Next in this linked list (provate field, not set by caller)