]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
build: fix another virdbus issue on mingw
authorEric Blake <eblake@redhat.com>
Mon, 29 Jul 2013 15:58:19 +0000 (09:58 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 29 Jul 2013 15:58:19 +0000 (09:58 -0600)
commit9d62472fc45f34ad1be36b182398a6c6c0854cd5
treed9c63d740d2de9bb264f2cf2b3149683bbb4324c
parentcd725c7a9350c8331a6f915127cf7007706f9926
build: fix another virdbus issue on mingw

Depending on the set of mingw packages installed, it is possible
that other .c files hit the mingw header pollution from the
virdbus.h file.

In file included from ../../src/rpc/virnetserver.c:39:0:
../../src/util/virdbus.h:41:35: error: expected ';', ',' or ')' before 'struct'
                       const char *interface,
                                   ^

* src/util/virdbus.h (virDBusCallMethod): Match .c file change.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/util/virdbus.h