]> xenbits.xensource.com Git - libvirt.git/commit
bridge_driver.h: Fix build --without-network
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 18 Feb 2014 17:40:28 +0000 (18:40 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 18 Feb 2014 18:52:39 +0000 (19:52 +0100)
commit4d88294483b89948c9b4aea585b0c853147aa158
tree9eca558eef789d7558cceb9df7620277ce8e01fc
parentadc8b2afbb4683cf7b110c7c6a1067339b472c1c
bridge_driver.h: Fix build --without-network

The networkNotifyActualDevice function is accepting two arguments, not
one:

qemu/qemu_process.c: In function 'qemuProcessNotifyNets':
qemu/qemu_process.c:2776:47: error: macro "networkNotifyActualDevice" passed 2 arguments, but takes just 1
         if (networkNotifyActualDevice(def, net) < 0)
                                               ^

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/network/bridge_driver.h