From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH 07 of 26] lbixl: make libxl_device_model_starting type opaque to users of libxl Date: Mon, 16 Aug 2010 15:33:31 +0100 Message-ID: <3b7826a70148e2bf1e2b.1281969211@localhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org # HG changeset patch # User Ian Campbell # Date 1281969065 -3600 # Node ID 3b7826a70148e2bf1e2bc9eecd7623a1f23a95fc # Parent 075c01bbdf4db1bf2cf3b77cd82a59430afc894b lbixl: make libxl_device_model_starting type opaque to users of libxl Signed-off-by: Ian Campbell diff -r 075c01bbdf4d -r 3b7826a70148 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 075c01bbdf4d -r 3b7826a70148 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;