[pbs-devel] [PATCH proxmox-backup] client: pxar: fix race in pxar backup stream

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Nov 18 16:23:43 CET 2024


Am 18.11.24 um 13:16 schrieb Christian Ebner:
> @@ -30,6 +31,7 @@ pub struct PxarBackupStream {
>      pub suggested_boundaries: Option<std::sync::mpsc::Receiver<u64>>,
>      handle: Option<AbortHandle>,
>      error: Arc<Mutex<Option<Error>>>,
> +    notify: Arc<Notify>,

could be slightly nicer to name it such that one can (roughly) infer what this
should notify about.




More information about the pbs-devel mailing list