]> git.proxmox.com Git - proxmox-backup.git/commit
pxar: cleanup: move feature flags to src/pxar/flags.rs and omit CA_FORMAT prefix...
authorChristian Ebner <c.ebner@proxmox.com>
Fri, 2 Aug 2019 13:19:33 +0000 (15:19 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 3 Aug 2019 06:51:06 +0000 (08:51 +0200)
commit47651f953071c278068ad832f1fd4e9e8c1b4040
treebe539bd758c4a22b5558f5314289fc13ee7ae817
parent91451c43557c85307ba5dc710a403295b59b38aa
pxar: cleanup: move feature flags to src/pxar/flags.rs and omit CA_FORMAT prefix on all of them

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
src/bin/proxmox-backup-client.rs
src/bin/pxar.rs
src/client/pxar_backup_stream.rs
src/client/pxar_decode_writer.rs
src/pxar.rs
src/pxar/decoder.rs
src/pxar/encoder.rs
src/pxar/flags.rs [new file with mode: 0644]
src/pxar/format_definition.rs
src/pxar/sequential_decoder.rs
tests/catar.rs