On 11/15/2011 06:14 AM, Daniel P. Berrange wrote:
Rename the ifaceCheck method to virNetDevValidateConfig and change
so that it always raises an error and returns -1 on error.
* src/util/interface.c, src/util/interface.h: Rename ifaceCheck
to virNetDevValidateConfig
* src/nwfilter/nwfilter_gentech_driver.c,
src/nwfilter/nwfilter_learnipaddr.c: Update for API rename
---
src/libvirt_private.syms | 2 +-
src/nwfilter/nwfilter_gentech_driver.c | 6 ++-
src/nwfilter/nwfilter_learnipaddr.c | 6 ++-
src/util/interface.c | 83 ++++++++++++++++---------------
src/util/interface.h | 5 +-
5 files changed, 55 insertions(+), 47 deletions(-)
ACK.
I just noticed that all of these patches rename the functions in
libvirt_private.syms in place, so when it's all done, the functions
aren't properly aligned with the .h file they're in, and are no longer
in alphabetical order. There should be an extra patch ended at the end
of the series to clean this up.