fix master maintenance logic

Signed-off-by: Lei Liu <lei01.liu@horizon.ai>
This commit is contained in:
Lei Liu
2019-11-12 14:21:43 +08:00
parent ee90236a97
commit 46755ea1e1
8 changed files with 50 additions and 42 deletions

View File

@@ -26,9 +26,9 @@ type VolumeFileScanner4SeeDat struct {
version needle.Version
block storage.SuperBlock
dir string
hashes map[string]bool
dat *os.File
dir string
hashes map[string]bool
dat *os.File
datBackend backend.DataStorageBackend
}