libvirt/src/uml
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
..
uml_conf.c qemu: add udp interface support 2015-09-02 10:17:50 +02:00
uml_conf.h conf: Split virDomainObjList into a separate file 2015-11-30 13:55:10 +01:00
uml_driver.c util: Add a return value to void hash iterators 2016-02-17 12:46:34 +01:00
uml_driver.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00