]> git-server-git.apps.pok.os.sepia.ceph.com Git - ffsb.git/commitdiff
fh: fix compile warning
authorXiubo Li <xiubli@redhat.com>
Thu, 15 Apr 2021 03:57:27 +0000 (11:57 +0800)
committerXiubo Li <xiubli@redhat.com>
Thu, 15 Apr 2021 05:24:10 +0000 (13:24 +0800)
Signed-off-by: Xiubo Li <xiubli@redhat.com>
fh.h

diff --git a/fh.h b/fh.h
index d047b39178962602458970e477c61c4f2e062eb9..0a2baa69802990d0b658d1c2060b49ae36e929d4 100644 (file)
--- a/fh.h
+++ b/fh.h
@@ -19,6 +19,7 @@
 #define _FH_H_
 
 #include <inttypes.h>
+#include "ffsb.h"
 
 struct ffsb_thread;
 struct ffsb_fs;
@@ -37,5 +38,6 @@ void fhclose(int, struct ffsb_thread *, struct ffsb_fs *);
 
 int writefile_helper(int, uint64_t, uint32_t, char *, struct ffsb_thread *,
                     struct ffsb_fs *);
+void fhstat(char *name, ffsb_thread_t *ft, ffsb_fs_t *fs);
 
 #endif /* _FH_H_ */