aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl_internal.h
diff options
context:
space:
mode:
authorRoger Pau Monne <roger.pau@citrix.com>2012-07-26 16:47:36 +0100
committerRoger Pau Monne <roger.pau@citrix.com>2012-07-26 16:47:36 +0100
commit2c5f57a30850ba8f6371222bcf14be9b8a747de8 (patch)
tree2a8a0dfc0c67255ffeb61e3a9874d7e7a6f8b938 /tools/libxl/libxl_internal.h
parent57ad6afe2a08a03c40bcd336bfb27e008e1d3e53 (diff)
downloadxen-2c5f57a30850ba8f6371222bcf14be9b8a747de8.tar.gz
xen-2c5f57a30850ba8f6371222bcf14be9b8a747de8.tar.bz2
xen-2c5f57a30850ba8f6371222bcf14be9b8a747de8.zip
libxl: convert libxl_device_vkb_add to an async operation
Split libxl_device_vkb_add into libxl__device_vkb_add (to be used inside already running ao's), and make libxl_device_vkb_add a stub to call libxl__device_vkb_add. Signed-off-by: Roger Pau Monne <roger.pau@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/libxl/libxl_internal.h')
-rw-r--r--tools/libxl/libxl_internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/libxl/libxl_internal.h b/tools/libxl/libxl_internal.h
index cf5ab712ad..b617df0482 100644
--- a/tools/libxl/libxl_internal.h
+++ b/tools/libxl/libxl_internal.h
@@ -1949,6 +1949,10 @@ _hidden void libxl__device_nic_add(libxl__egc *egc, uint32_t domid,
libxl_device_nic *nic,
libxl__ao_device *aodev);
+/* Internal function to connect a vkb device */
+_hidden int libxl__device_vkb_add(libxl__gc *gc, uint32_t domid,
+ libxl_device_vkb *vkb);
+
/* Waits for the passed device to reach state XenbusStateInitWait.
* This is not really useful by itself, but is important when executing
* hotplug scripts, since we need to be sure the device is in the correct