]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: nwfilter: Replace 'virNWFilterHashTableCreate' with 'virHashNew'
authorPeter Krempa <pkrempa@redhat.com>
Tue, 20 Oct 2020 16:41:27 +0000 (18:41 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 22 Oct 2020 13:02:46 +0000 (15:02 +0200)
commite12324d2af4f587e575b45b611a435f968892d0c
tree8d81670da4089ffffc6aa842a4b4a505a8213205
parentc28b6805794d838a68a7e590685e138d718361d2
conf: nwfilter: Replace 'virNWFilterHashTableCreate' with 'virHashNew'

Export the freeing function rather than having a wrapper for the hash
creation function.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
src/conf/domain_nwfilter.c
src/conf/nwfilter_ipaddrmap.c
src/conf/nwfilter_params.c
src/conf/nwfilter_params.h
src/conf/virnwfilterbindingdef.c
src/libvirt_private.syms
src/nwfilter/nwfilter_gentech_driver.c
tests/nwfilterxml2firewalltest.c