Populate sourceDevice field of ManifestRecord
This commit is contained in:
parent
68f705e6ad
commit
fcc60202c2
2 changed files with 7 additions and 3 deletions
|
@ -45,8 +45,10 @@ message ManifestRecord {
|
|||
optional Type type = 2;
|
||||
}
|
||||
|
||||
optional uint64 version = 1;
|
||||
repeated Identifier keys = 2;
|
||||
optional uint64 version = 1;
|
||||
optional uint32 sourceDevice = 3;
|
||||
repeated Identifier keys = 2;
|
||||
// Next ID: 4
|
||||
}
|
||||
|
||||
message StorageRecord {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue