From 4a3ea16925c56328f457720749375877d2eb086f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 2 Dec 2015 15:43:40 +0100 Subject: [FUSE] Add virtual status file --- 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 076704d..f59c876 100644 --- a/src/fuse/connection.h +++ b/src/fuse/connection.h @@ -24,4 +24,6 @@ bool connection_read(dnbd3_async_t *request); void connection_close(); +int connection_printStats(char *buffer, const int len); + #endif /* CONNECTION_H_ */ -- cgit v1.2.3-55-g7522