libvirt/src/nwfilter
Daniel P. Berrangé bc7e72914a util: consolidate on one free callback for hash data
This previous commit introduced a simpler free callback for
hash data with only 1 arg, the value to free:

  commit 49288fac96
  Author: Peter Krempa <pkrempa@redhat.com>
  Date:   Wed Oct 9 15:26:37 2019 +0200

    util: hash: Add possibility to use simpler data free function in virHash

It missed two functions in the hash table code which need
to call the alternate data free function, virHashRemoveEntry
and virHashRemoveSet.

After the previous patch though, there is no code that
makes functional use of the 2nd key arg in the data
free function. There is merely one log message that can
be dropped.

We can thus purge the current virHashDataFree callback
entirely, and rename virHashDataFreeSimple to replace
it.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
2019-11-22 14:21:28 +00:00
..
xml nwfilter: move standard XML configs out of examples dir 2019-08-19 11:52:44 +01:00
Makefile.inc.am src: Wrap long lines in Makefiles 2019-11-12 16:07:41 +01:00
nwfilter_dhcpsnoop.c util: consolidate on one free callback for hash data 2019-11-22 14:21:28 +00:00
nwfilter_dhcpsnoop.h src/nwfilter: use #pragma once in headers 2019-06-19 17:12:30 +02:00
nwfilter_driver.c Drop needless ret variable 2019-10-24 08:10:37 +02:00
nwfilter_driver.h src/nwfilter: use #pragma once in headers 2019-06-19 17:12:30 +02:00
nwfilter_ebiptables_driver.c replace use of gnulib snprintf by g_snprintf 2019-11-15 15:07:40 +01:00
nwfilter_ebiptables_driver.h src/nwfilter: use #pragma once in headers 2019-06-19 17:12:30 +02:00
nwfilter_gentech_driver.c util: buffer: Remove virBufferCheckError 2019-10-24 19:35:34 +02:00
nwfilter_gentech_driver.h src/nwfilter: use #pragma once in headers 2019-06-19 17:12:30 +02:00
nwfilter_learnipaddr.c util: consolidate on one free callback for hash data 2019-11-22 14:21:28 +00:00
nwfilter_learnipaddr.h Use G_GNUC_WARN_UNUSED_RESULT instead of ATTRIBUTE_RETURN_CHECK 2019-10-15 11:25:22 +02:00
nwfilter_tech_driver.h src/nwfilter: use #pragma once in headers 2019-06-19 17:12:30 +02:00
virtnwfilterd.service.in nwfilter: introduce virtnwfilterd daemon 2019-08-09 14:06:31 +01:00