Start getting diagnostics sets to work with multiple servers

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Julia 2023-04-19 13:55:29 -04:00 committed by Max Brunsfeld
parent 2a5c0fa5f8
commit bb4de47b15
5 changed files with 79 additions and 21 deletions

View file

@ -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 {