libvirt/src/nwfilter
Erik Skultety cc48d3a122 util: Add a return value to void hash iterators
Our existing virHashForEach method iterates through all items disregarding the
fact, that some of the iterators might have actually failed. Errors are usually
dispatched through an error element in opaque data which then causes the
original caller of virHashForEach to return -1. In that case, virHashForEach
could return as soon as one of the iterators fail. This patch changes the
iterator return type and adjusts all of its instances accordingly, so the
actual refactor of virHashForEach method can be dealt with later.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
2016-02-17 12:46:34 +01:00
..
nwfilter_dhcpsnoop.c util: Add a return value to void hash iterators 2016-02-17 12:46:34 +01:00
nwfilter_dhcpsnoop.h
nwfilter_driver.c nwfilter: Partly initialize driver even for non-privileged users 2015-04-17 10:04:05 +02:00
nwfilter_driver.h
nwfilter_ebiptables_driver.c
nwfilter_ebiptables_driver.h
nwfilter_gentech_driver.c util: Add a return value to void hash iterators 2016-02-17 12:46:34 +01:00
nwfilter_gentech_driver.h
nwfilter_learnipaddr.c Remove new lines from log messages 2015-11-04 13:09:35 +01:00
nwfilter_learnipaddr.h Force usage of virThreadCreate 2015-03-25 10:00:53 +01:00
nwfilter_tech_driver.h