Populate sourceDevice field of ManifestRecord
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user