]> git.proxmox.com Git - proxmox-backup.git/commit
add methods to allocate a DynamicIndexHeader
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 17 Aug 2020 09:50:32 +0000 (11:50 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 17 Aug 2020 09:50:32 +0000 (11:50 +0200)
commit3fa2b983c12315da2ba808cd6f3300f96ef0db2b
tree19247e35f87af05c6deab29bd4c938375afdd805
parenta1e9c057385de8ac5568772ed27677c7f4f6a967
add methods to allocate a DynamicIndexHeader

to avoid `map_struct` which is actually unsafe because it
does not verify alignment constraints at all

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/backup/dynamic_index.rs