remove timer and lock functions, fix building with proxmox 0.3.2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -155,7 +155,7 @@ impl BackupGroup {
|
||||
|
||||
// acquire in non-blocking mode, no point in waiting here since other
|
||||
// backups could still take a very long time
|
||||
tools::lock_file(&mut handle, true, Some(Duration::from_nanos(0)))
|
||||
proxmox::tools::fs::lock_file(&mut handle, true, Some(Duration::from_nanos(0)))
|
||||
.map_err(|err| {
|
||||
format_err!(
|
||||
"unable to acquire lock on backup group {:?} - {}",
|
||||
|
Reference in New Issue
Block a user