0b1331ccda6d1604147a8161137091af949c580c
The original on_update_hook() method is limited, because only the updated properties and values are passed in. Introduce a new on_update_hook_full() method which also receives the current storage configuration and the list of which properties are to be deleted. This allows detecting and reacting to all changes and knowing how values changed. Deletion of properties is deferred to after the on_update_hook(_full) call. This makes it possible to pass the unmodified current storage configuration to the method. The default implementation of on_update_hook_full() just falls back to the original on_update_hook(). Bump APIVER and APIAGE. Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Description
with PMEM support!
Languages
Perl
99.3%
Makefile
0.6%