Populate sourceDevice field of ManifestRecord

This commit is contained in:
Fedor Indutny
2022-05-25 12:20:45 -07:00
committed by GitHub
parent 68f705e6ad
commit fcc60202c2
2 changed files with 7 additions and 3 deletions

View File

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