extend ControlPrune with peer exchange information
This commit is contained in:
parent
835567eb54
commit
abab666596
1048
pb/rpc.pb.go
1048
pb/rpc.pb.go
File diff suppressed because it is too large
Load Diff
|
@ -45,6 +45,12 @@ message ControlGraft {
|
|||
|
||||
message ControlPrune {
|
||||
optional string topicID = 1;
|
||||
repeated PeerInfo peers = 2;
|
||||
}
|
||||
|
||||
message PeerInfo {
|
||||
optional bytes peerID = 1;
|
||||
optional bytes signedAddrs = 2;
|
||||
}
|
||||
|
||||
message TopicDescriptor {
|
||||
|
|
Loading…
Reference in New Issue