]> git.proxmox.com Git - pxar.git/commit
encoder: introduce LinkOffset
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 5 Jun 2020 11:17:02 +0000 (13:17 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 5 Jun 2020 11:17:03 +0000 (13:17 +0200)
commitd67488626bf97eaf640129f586f75cb1a1daebc9
treee169c0500dd6c737483156a8a1986b8cf5788e5f
parentc7b0cd2a1afe7c96749f82158041464e97fa5b84
encoder: introduce LinkOffset

To create hardlinks we need to reference the
in-archive-offset of the file we want to link to.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/encoder/aio.rs
src/encoder/mod.rs
src/encoder/sync.rs