lib/model: Move stale scan check info finisher (ref #4305, fix #3742)

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/4317
This commit is contained in:
Audrius Butkevicius
2017-08-22 06:42:09 +00:00
committed by Jakob Borg
parent e8ba6d4771
commit b8c249cddc
2 changed files with 36 additions and 25 deletions

View File

@@ -27,7 +27,8 @@ type sharedPullerState struct {
realName string
reused int // Number of blocks reused from temporary file
ignorePerms bool
version protocol.Vector // The current (old) version
hasCurFile bool // Whether curFile is set
curFile protocol.FileInfo // The file as it exists now in our database
sparse bool
created time.Time