From: Xiubo Li Date: Thu, 15 Apr 2021 03:57:27 +0000 (+0800) Subject: fh: fix compile warning X-Git-Tag: ceph_v1.0^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3dd4f9c7f133eda34d5034223cf3b2b79e5a36df;p=ffsb.git fh: fix compile warning Signed-off-by: Xiubo Li --- diff --git a/fh.h b/fh.h index d047b39..0a2baa6 100644 --- a/fh.h +++ b/fh.h @@ -19,6 +19,7 @@ #define _FH_H_ #include +#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_ */