[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] libxl: remove _libxl_json_internal.h from libxl_json.h
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1327330134 0 # Node ID 37f76bfff488a2cbf8545c1baad83586bd5c6114 # Parent d8efdb16b1ef06013061da1f47c2dbce4b042992 libxl: remove _libxl_json_internal.h from libxl_json.h libxl_json.h is intended as a user-includable header for applications which would like to use libyajl directly with libxl types. It should not expose libxl internals. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> diff -r d8efdb16b1ef -r 37f76bfff488 tools/libxl/libxl_internal.h --- a/tools/libxl/libxl_internal.h Mon Jan 23 14:39:25 2012 +0000 +++ b/tools/libxl/libxl_internal.h Mon Jan 23 14:48:54 2012 +0000 @@ -61,8 +61,10 @@ #include "flexarray.h" #include "libxl_utils.h" +#include "libxl_json.h" + #include "_libxl_types_internal.h" -#include "libxl_json.h" +#include "_libxl_types_internal_json.h" #define LIBXL_DESTROY_TIMEOUT 10 #define LIBXL_DEVICE_MODEL_START_TIMEOUT 10 diff -r d8efdb16b1ef -r 37f76bfff488 tools/libxl/libxl_json.h --- a/tools/libxl/libxl_json.h Mon Jan 23 14:39:25 2012 +0000 +++ b/tools/libxl/libxl_json.h Mon Jan 23 14:48:54 2012 +0000 @@ -18,6 +18,5 @@ #include <yajl/yajl_gen.h> #include <_libxl_types_json.h> -#include <_libxl_types_internal_json.h> #endif /* LIBXL_JSON_H */ _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |