lib/model: Emit LocalDiskUpdated events on detecting local changes
GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3055
This commit is contained in:
committed by
Jakob Borg
parent
5d2414dfa9
commit
5a7fad0bcd
@@ -98,7 +98,7 @@ func (v Vector) GreaterEqual(b Vector) bool {
|
||||
return comp == Greater || comp == Equal
|
||||
}
|
||||
|
||||
// Concurrent returns true when the two vectors are concrurrent.
|
||||
// Concurrent returns true when the two vectors are concurrent.
|
||||
func (v Vector) Concurrent(b Vector) bool {
|
||||
comp := v.Compare(b)
|
||||
return comp == ConcurrentGreater || comp == ConcurrentLesser
|
||||
|
||||
Reference in New Issue
Block a user