From 379436433bb4c9257a0af96025034065da623a0f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 16 Dec 2015 11:13:39 +0100 Subject: [FUSE] Fix forking mode (not passing -f) by not spawning threads before entering fuse_main --- src/fuse/connection.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fuse/connection.h') diff --git a/src/fuse/connection.h b/src/fuse/connection.h index f59c876..06db6c4 100644 --- a/src/fuse/connection.h +++ b/src/fuse/connection.h @@ -18,6 +18,8 @@ typedef struct _dnbd3_async { bool connection_init(const char *hosts, const char *image, const uint16_t rid); +bool connection_initThreads(); + uint64_t connection_getImageSize(); bool connection_read(dnbd3_async_t *request); -- cgit v1.2.3-55-g7522