From 856967b7e7dabb79b72933cb7d2cd5f5513a5e87 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Mon, 1 Feb 2016 11:08:03 +0000 Subject: [PATCH] tools/libxc: Provide evtchn_port_or_error_t for compat xenctrl interface c/s 2d2f789 "tools: rename libxc's evtchn_port_or_error_t with an xc_ prefix" doesn't cater for older applications which have requested XC_WANT_COMPAT_EVTCHN_API Signed-off-by: Andrew Cooper Acked-by: Ian Campbell --- tools/libxc/include/xenctrl_compat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libxc/include/xenctrl_compat.h b/tools/libxc/include/xenctrl_compat.h index dc513a375f..93ccadb571 100644 --- a/tools/libxc/include/xenctrl_compat.h +++ b/tools/libxc/include/xenctrl_compat.h @@ -51,6 +51,7 @@ void *xc_map_foreign_bulk(xc_interface *xch, uint32_t dom, int prot, #ifdef XC_WANT_COMPAT_EVTCHN_API typedef struct xenevtchn_handle xc_evtchn; +typedef xc_evtchn_port_or_error_t evtchn_port_or_error_t; xc_evtchn *xc_evtchn_open(xentoollog_logger *logger, unsigned open_flags); -- 2.39.5