fix ownership
This commit is contained in:
@@ -37,5 +37,5 @@ type Host interface {
|
||||
Close() error
|
||||
Ping() bool
|
||||
IsHealthy() bool
|
||||
AnnounceOwnership(ids []uint64)
|
||||
AnnounceOwnership(ownerHost string, ids []uint64)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user