Use "id" nomenclature more consistently
This commit is contained in:
parent
af77f1188a
commit
688f179256
8 changed files with 127 additions and 94 deletions
|
@ -2,7 +2,7 @@ syntax = "proto3";
|
|||
package zed.messages;
|
||||
|
||||
message PeerId {
|
||||
uint32 epoch = 1;
|
||||
uint32 owner_id = 1;
|
||||
uint32 id = 2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue