From 24c13cb8b2d8caf744a5369854da4d6f9f68945c Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 7 Mar 2019 22:38:28 +0100 Subject: [FUSE] Add --sticky mode to ignore alt-servers announced by servers --- src/fuse/connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fuse/connection.h') 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(); -- cgit v1.2.3-55-g7522