aboutsummaryrefslogtreecommitdiff
path: root/weed/topology/topology.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/topology/topology.go')
-rw-r--r--weed/topology/topology.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/topology/topology.go b/weed/topology/topology.go
index aa01190c9..7cbf80b4d 100644
--- a/weed/topology/topology.go
+++ b/weed/topology/topology.go
@@ -16,6 +16,7 @@ import (
)
type Topology struct {
+ vacuumLockCounter int64
NodeImpl
collectionMap *util.ConcurrentReadMap
@@ -33,6 +34,7 @@ type Topology struct {
Configuration *Configuration
RaftServer raft.Server
+
}
func NewTopology(id string, seq sequence.Sequencer, volumeSizeLimit uint64, pulse int) *Topology {