]> git.proxmox.com Git - proxmox-backup.git/commit
pxar: cleanup: s/PxarDirBuf/PxarDirStack/g and move dir_buffer.rs to dir_stack.rs
authorChristian Ebner <c.ebner@proxmox.com>
Fri, 2 Aug 2019 13:19:36 +0000 (15:19 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 3 Aug 2019 06:52:10 +0000 (08:52 +0200)
commitfe076c8259e8e458543f83b63091ffc005a68050
tree495c7af44a09313919cb4252811d76135bf76eda
parentead7546a96674c44d83b045658f01253e06bc50d
pxar: cleanup: s/PxarDirBuf/PxarDirStack/g and move dir_buffer.rs to dir_stack.rs

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
src/pxar.rs
src/pxar/dir_buffer.rs [deleted file]
src/pxar/dir_stack.rs [new file with mode: 0644]
src/pxar/sequential_decoder.rs