aboutsummaryrefslogtreecommitdiff
path: root/weed/mount/weedfs.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-02-10 23:23:47 -0800
committerchrislu <chris.lu@gmail.com>2022-02-10 23:23:47 -0800
commit9a913457ddbb2cf4ee47309d865c154d0aef05e5 (patch)
tree0927514a4f26708a7e5dace69e4f157620b1c106 /weed/mount/weedfs.go
parentb6143de52a95b1ce8b08a972b10cd0c8d3a2166e (diff)
downloadseaweedfs-9a913457ddbb2cf4ee47309d865c154d0aef05e5.tar.xz
seaweedfs-9a913457ddbb2cf4ee47309d865c154d0aef05e5.zip
supports stats
Diffstat (limited to 'weed/mount/weedfs.go')
-rw-r--r--weed/mount/weedfs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/mount/weedfs.go b/weed/mount/weedfs.go
index 68054667f..75a509b5c 100644
--- a/weed/mount/weedfs.go
+++ b/weed/mount/weedfs.go
@@ -55,6 +55,7 @@ type WFS struct {
fs.Inode
option *Option
metaCache *meta_cache.MetaCache
+ stats statsCache
signature int32
}