]> git.proxmox.com Git - proxmox-backup.git/commit
add and implement chunk_from_offset for IndexFile
authorStefan Reiter <s.reiter@proxmox.com>
Wed, 22 Jul 2020 13:56:21 +0000 (15:56 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Jul 2020 15:28:49 +0000 (17:28 +0200)
commitd0463b67ca0437112a199a417466ae6bd9021255
treeced37f421b0ada7339ab29816897696abbe19dbe
parent2ff4c2cd5fc2bd0ff2964dc114c1b3fecfcd6057
add and implement chunk_from_offset for IndexFile

Necessary for byte-wise seeking through chunks in an index.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
src/backup/dynamic_index.rs
src/backup/fixed_index.rs
src/backup/index.rs