]> git.proxmox.com Git - proxmox-backup.git/commit
pxar::decoder::Decoder: include xattrs and payload size in `DirectoryEntry`.
authorChristian Ebner <c.ebner@proxmox.com>
Thu, 9 Jan 2020 15:26:33 +0000 (16:26 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 10 Jan 2020 12:45:40 +0000 (13:45 +0100)
commit90fc97af6a78884ab4b95c62f25940156e6f305f
treee3249a972a2bb8f1c820e692b4f6744a279ed5c7
parent6fc053ed85018fee7d5ae87ab4d5e0d67d858ef9
pxar::decoder::Decoder: include xattrs and payload size in `DirectoryEntry`.

By reading and including xattrs and payload size in struct `DirectoryEntry`,
the tuple of return types is avoided and the code is simpler.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
src/backup/catalog_shell.rs
src/pxar/decoder.rs