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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fuse/connection.h b/src/fuse/connection.h
index cd9846e..04d8894 100644
--- a/src/fuse/connection.h
+++ b/src/fuse/connection.h
@@ -33,6 +33,10 @@ bool connection_read( dnbd3_async_t *request );
void connection_close();
+void connection_signalShutdown();
+
+void connection_join();
+
size_t connection_printStats( char *buffer, const size_t len );
#endif /* CONNECTION_H_ */