From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: Proxmox Backup Server development discussion
<pbs-devel@lists.proxmox.com>,
Christian Ebner <c.ebner@proxmox.com>
Subject: Re: [pbs-devel] [PATCH proxmox-backup] client: pxar: fix race in pxar backup stream
Date: Mon, 18 Nov 2024 16:23:43 +0100 [thread overview]
Message-ID: <bf4051f3-69fd-4726-9301-1ba223c2c30c@proxmox.com> (raw)
In-Reply-To: <20241118121603.235524-1-c.ebner@proxmox.com>
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.
_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
prev parent reply other threads:[~2024-11-18 15:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-18 12:16 Christian Ebner
2024-11-18 15:23 ` Thomas Lamprecht [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bf4051f3-69fd-4726-9301-1ba223c2c30c@proxmox.com \
--to=t.lamprecht@proxmox.com \
--cc=c.ebner@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox