[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH v20210111 33/39] tools: recognize LIBXL_API_VERSION for 4.15
This is required by upcoming API changes. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> --- tools/include/libxl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/include/libxl.h b/tools/include/libxl.h index 3433c950f9..6546dcd819 100644 --- a/tools/include/libxl.h +++ b/tools/include/libxl.h @@ -690,7 +690,8 @@ typedef struct libxl__ctx libxl_ctx; #if LIBXL_API_VERSION != 0x040200 && LIBXL_API_VERSION != 0x040300 && \ LIBXL_API_VERSION != 0x040400 && LIBXL_API_VERSION != 0x040500 && \ LIBXL_API_VERSION != 0x040700 && LIBXL_API_VERSION != 0x040800 && \ - LIBXL_API_VERSION != 0x041300 && LIBXL_API_VERSION != 0x041400 + LIBXL_API_VERSION != 0x041300 && LIBXL_API_VERSION != 0x041400 && \ + LIBXL_API_VERSION != 0x041500 #error Unknown LIBXL_API_VERSION #endif #endif
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |