Signed-off-by: Wei Liu <[email protected]> Reviewed-by: Dario Faggioli <[email protected]> Cc: Ian Campbell <[email protected]> Cc: Ian Jackson <[email protected]> --- Changes in v6: 1. Better description of the macro. --- tools/libxl/libxl.h | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h index e3d2ae8..97a7c9c 100644 --- a/tools/libxl/libxl.h +++ b/tools/libxl/libxl.h @@ -67,6 +67,13 @@ * the same $(XEN_VERSION) (e.g. throughout a major release). */ +/* LIBXL_HAVE_VNUMA + * + * If this is defined the type libxl_vnode_info exists, and a + * field 'vnuma_nodes' is present in libxl_domain_build_info. + */ +#define LIBXL_HAVE_VNUMA 1 + /* LIBXL_HAVE_USERDATA_UNLINK * * If it is defined, libxl has a library function called -- 1.9.1 _______________________________________________ Xen-devel mailing list [email protected] http://lists.xen.org/xen-devel
