aboutsummaryrefslogtreecommitdiff
path: root/src/core/version_table.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/version_table.rs')
-rw-r--r--src/core/version_table.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/version_table.rs b/src/core/version_table.rs
index ae32e5cb..cd4448ad 100644
--- a/src/core/version_table.rs
+++ b/src/core/version_table.rs
@@ -64,6 +64,7 @@ impl Version {
#[derive(PartialEq, Clone, Debug, Serialize, Deserialize)]
pub struct VersionBlock {
+ pub part_number: u64,
pub offset: u64,
pub hash: Hash,
}