]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commit
libxenevtchn: rename evtchn_port_or_errot_t as xenevtchn_port...
authorIan Campbell <ian.campbell@citrix.com>
Thu, 4 Feb 2016 13:00:29 +0000 (13:00 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 4 Feb 2016 15:19:30 +0000 (15:19 +0000)
commitbc8baa9673f54907a73d9bc9930f5d8301b16119
tree7687493446b9cc8d9cab0670fb75cf001433d113
parente3e4ae8bb8314462496c2b065cfe4e8bc5205d5a
libxenevtchn: rename evtchn_port_or_errot_t as xenevtchn_port...

Otherwise the name clashes with the libxc evtchn_compat use of the
name (which is compat, so can't really change), and triggers an error
with older gcc relating to redefining typedefs (which are not allowed
per the spec, but which are tolerated by newer gcc)

None of qemu-trad, qemu-xen or mini-os actually use this type, so this
should be fine. Note that the library API is not actually stable until
4.7 is releases.

Reported-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Tested-by: Olaf Hering <olaf@aepfle.de>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/console/daemon/io.c
tools/libs/evtchn/freebsd.c
tools/libs/evtchn/include/xenevtchn.h
tools/libs/evtchn/linux.c
tools/libs/evtchn/minios.c
tools/libs/evtchn/netbsd.c
tools/libs/evtchn/solaris.c
tools/libvchan/init.c
tools/libxl/libxl_event.c
tools/ocaml/libs/eventchn/xeneventchn_stubs.c