
26 Jun
2023
26 Jun
'23
5:48 a.m.
On 23/06/12 01:14AM, K Shiva wrote:
Adds support for the following to Network Object: - <metadata>, <title> and <description> added to Network obj Schema. - Public Get and Set APIs, being virNetworkSetMetadata() & virNetworkGetMetadata(). - An async callback that notifies of changes to Network metadata.
Resolves (GSoC 2023): https://wiki.libvirt.org/Google_Summer_of_Code_Ideas.html Signed-off-by: K Shiva <shiva_kr@riseup.net> --- include/libvirt/libvirt-domain.h | 2 +- include/libvirt/libvirt-network.h | 51 ++++
Function names among others were corrected in the comments. Link to v2: https://listman.redhat.com/archives/libvir-list/2023-June/240444.html Shiva