
15 Jul
2020
15 Jul
'20
10:33 a.m.
On a Tuesday in 2020, Laine Stump wrote:
virNetworkDHCPLease and virNetworkDHCPLeaseFree() are declared in the public API file libvirt-network.h, and we can't pollute that with glib macro invocations, so put this in src/datatypes.h next to the other virNetwork items.
Signed-off-by: Laine Stump <laine@redhat.com> --- src/datatypes.h | 2 ++ 1 file changed, 2 insertions(+)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano