Start getting diagnostics sets to work with multiple servers
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
2a5c0fa5f8
commit
bb4de47b15
5 changed files with 79 additions and 21 deletions
|
@ -861,7 +861,8 @@ message IncomingContactRequest {
|
|||
message UpdateDiagnostics {
|
||||
uint32 replica_id = 1;
|
||||
uint32 lamport_timestamp = 2;
|
||||
repeated Diagnostic diagnostics = 3;
|
||||
uint64 server_id = 3;
|
||||
repeated Diagnostic diagnostics = 4;
|
||||
}
|
||||
|
||||
message Follow {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue