Use "id" nomenclature more consistently

This commit is contained in:
Antonio Scandurra 2022-12-15 10:15:59 +01:00
parent af77f1188a
commit 688f179256
8 changed files with 127 additions and 94 deletions

View file

@ -2,7 +2,7 @@ syntax = "proto3";
package zed.messages;
message PeerId {
uint32 epoch = 1;
uint32 owner_id = 1;
uint32 id = 2;
}