[pbs-devel] [RFC v2 proxmox-backup 26/36] client: chunk stream: add chunk injection queues

Christian Ebner c.ebner at proxmox.com
Tue Mar 19 11:52:07 CET 2024


On 3/12/24 10:46, Fabian Grünbichler wrote:
> 
> could be combined with the payload_writer and the caching parameters
> added later on? and then the whole thing can be optional?
> 
While I followed the suggested combination of the injection queue 
related state into an optional struct parameter, adding also the caching 
parameters to that quickly gets out of hand, as this would introduce a 
lot of additional checks and borrowing issues. So I will opt for the 
caching part (which is private to the Archiver anyways) to be non 
optional here.





More information about the pbs-devel mailing list