From d5613a7b84415237db40ceae142ba5e92c3f8caa Mon Sep 17 00:00:00 2001 From: Zhang Chen Date: Mon, 6 Mar 2017 10:59:26 +0800 Subject: [PATCH] COLO-proxy: Add colo_userspace_proxy macro Signed-off-by: Zhang Chen Acked-by: Wei Liu --- tools/libxl/libxl.h | 6 ++++++ 1 file changed, 6 insertions(+) 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 */ -- 2.39.5