supports stats

This commit is contained in:
chrislu
2022-02-10 23:23:47 -08:00
parent b6143de52a
commit 9a913457dd
3 changed files with 137 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ type WFS struct {
fs.Inode
option *Option
metaCache *meta_cache.MetaCache
stats statsCache
signature int32
}