[pbs-devel] [PATCH proxmox 4/5] access: factor out user config and cache handling

Wolfgang Bumiller w.bumiller at proxmox.com
Tue Jun 11 15:07:27 CEST 2024


On Mon, Jun 10, 2024 at 05:42:13PM GMT, Shannon Sterz wrote:
> this commit factors out the user config as well as the shared memory
> based config version caching mechanism. this makes it necessary that
> users of this crate provide the product name and a reference to a
> shared memory location as well.

Given that we have more values in the shared memory in PBS I wonder if
we should instead provide the `get` and `increment` methods to init
(directly as `fn` or via a trait).




More information about the pbs-devel mailing list