From: Zhang Chen Date: Mon, 6 Mar 2017 02:59:26 +0000 (+0800) Subject: COLO-proxy: Add colo_userspace_proxy macro X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~2508 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d5613a7b84415237db40ceae142ba5e92c3f8caa;p=xen.git COLO-proxy: Add colo_userspace_proxy macro Signed-off-by: Zhang Chen Acked-by: Wei Liu --- diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h index 92f1751270..4c60e8fc54 100644 --- a/tools/libxl/libxl.h +++ b/tools/libxl/libxl.h @@ -870,6 +870,12 @@ typedef struct libxl__ctx libxl_ctx; */ #define LIBXL_HAVE_REMUS 1 +/* + * LIBXL_HAVE_COLO_USERSPACE_PROXY + * If this is defined, then libxl supports COLO userspace proxy. + */ +#define LIBXL_HAVE_COLO_USERSPACE_PROXY 1 + typedef uint8_t libxl_mac[6]; #define LIBXL_MAC_FMT "%02hhx:%02hhx:%02hhx:%02hhx:%02hhx:%02hhx" #define LIBXL_MAC_FMTLEN ((2*6)+5) /* 6 hex bytes plus 5 colons */