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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuse/connection.h b/src/fuse/connection.h
index c919d95..cae554c 100644
--- a/src/fuse/connection.h
+++ b/src/fuse/connection.h
@@ -20,7 +20,7 @@ typedef struct _dnbd3_async {
bool success; // Will be set to true if the request succeeded
} dnbd3_async_t;
-bool connection_init(const char *hosts, const char *image, const uint16_t rid);
+bool connection_init(const char *hosts, const char *image, const uint16_t rid, const bool learnNewServers);
bool connection_initThreads();