turn pxar::flags into bitflags, pxar::Flags
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -67,7 +67,7 @@ impl PxarBackupStream {
|
||||
dir,
|
||||
writer,
|
||||
patterns,
|
||||
crate::pxar::flags::DEFAULT,
|
||||
crate::pxar::Flags::DEFAULT,
|
||||
device_set,
|
||||
skip_lost_and_found,
|
||||
|_| Ok(()),
|
||||
|
Reference in New Issue
Block a user