[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] lbixl: make libxl_device_model_starting type opaque to users of libxl
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1281969065 -3600 # Node ID 0593371d0c5b9a4c48eb472d28be0ed83d36915a # Parent 8687ca8ab9bdd2d3159226d5e3be2790f75bbafe lbixl: make libxl_device_model_starting type opaque to users of libxl Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> committer: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> --- tools/libxl/libxl.h | 2 +- tools/libxl/libxl_internal.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff -r 8687ca8ab9bd -r 0593371d0c5b tools/libxl/libxl.h --- a/tools/libxl/libxl.h Mon Aug 16 15:31:05 2010 +0100 +++ b/tools/libxl/libxl.h Mon Aug 16 15:31:05 2010 +0100 @@ -577,7 +577,7 @@ libxl_poolinfo * libxl_list_pool(libxl_c libxl_poolinfo * libxl_list_pool(libxl_ctx*, int *nb_pool); libxl_vminfo * libxl_list_vm(libxl_ctx *ctx, int *nb_vm); -typedef struct libxl_device_model_starting libxl_device_model_starting; +typedef struct libxl__device_model_starting libxl_device_model_starting; int libxl_create_device_model(libxl_ctx *ctx, libxl_device_model_info *info, libxl_device_disk *disk, int num_disks, diff -r 8687ca8ab9bd -r 0593371d0c5b tools/libxl/libxl_internal.h --- a/tools/libxl/libxl_internal.h Mon Aug 16 15:31:05 2010 +0100 +++ b/tools/libxl/libxl_internal.h Mon Aug 16 15:31:05 2010 +0100 @@ -199,7 +199,7 @@ typedef struct { char *what; /* malloc'd in spawn_spawn */ } libxl_spawn_starting; -struct libxl_device_model_starting { +struct libxl__device_model_starting { libxl_spawn_starting *for_spawn; /* first! */ char *dom_path; /* from libxl_malloc, only for dm_xenstore_record_pid */ int domid; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |