From 9cb870f950504b142e2954d2e1eb76929aaf689f Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 26 Apr 2020 18:55:13 +0000 Subject: Prepare for multipart uploads --- src/core/version_table.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/version_table.rs') 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, } -- cgit v1.2.3