aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/libxl.h
diff options
context:
space:
mode:
authorRoger Pau Monne <roger.pau@citrix.com>2012-07-26 16:47:37 +0100
committerRoger Pau Monne <roger.pau@citrix.com>2012-07-26 16:47:37 +0100
commitd82a726d153bdd9de98cdab27ed2f4e1d8eb47a1 (patch)
tree2d140c1b487034b7fd5ec1d962e7f5416b0d4cc4 /tools/libxl/libxl.h
parent2c5f57a30850ba8f6371222bcf14be9b8a747de8 (diff)
downloadxen-d82a726d153bdd9de98cdab27ed2f4e1d8eb47a1.tar.gz
xen-d82a726d153bdd9de98cdab27ed2f4e1d8eb47a1.tar.bz2
xen-d82a726d153bdd9de98cdab27ed2f4e1d8eb47a1.zip
libxl: convert libxl_device_vfb_add to an async operation
Split libxl_device_vfb_add into libxl__device_vfb_add (to be used inside already running ao's), and make libxl_device_vfb_add a stub to call libxl__device_vfb_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.h')
-rw-r--r--tools/libxl/libxl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h
index 70a1e78199..e1a729693b 100644
--- a/tools/libxl/libxl.h
+++ b/tools/libxl/libxl.h
@@ -721,7 +721,8 @@ int libxl_device_vkb_destroy(libxl_ctx *ctx, uint32_t domid,
const libxl_asyncop_how *ao_how);
/* Framebuffer */
-int libxl_device_vfb_add(libxl_ctx *ctx, uint32_t domid, libxl_device_vfb *vfb);
+int libxl_device_vfb_add(libxl_ctx *ctx, uint32_t domid, libxl_device_vfb *vfb,
+ const libxl_asyncop_how *ao_how);
int libxl_device_vfb_remove(libxl_ctx *ctx, uint32_t domid,
libxl_device_vfb *vfb,
const libxl_asyncop_how *ao_how);