aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_gnttab.c
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2010-12-03 09:36:47 +0000
committerIan Campbell <ian.campbell@citrix.com>2010-12-03 09:36:47 +0000
commitfa0eebfd1bd2a7eea7b6cb424a8d83cebfe6ee0b (patch)
tree547eac158516652f1da0e9d79b0a7bfd1f809df5 /tools/libxc/xc_gnttab.c
parente4371c99d8dcff34d8f2699e3cccbd80a0a24876 (diff)
downloadxen-fa0eebfd1bd2a7eea7b6cb424a8d83cebfe6ee0b.tar.gz
xen-fa0eebfd1bd2a7eea7b6cb424a8d83cebfe6ee0b.tar.bz2
xen-fa0eebfd1bd2a7eea7b6cb424a8d83cebfe6ee0b.zip
libxc: osdep: convert xc_gnttab_set_max_grants()
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/libxc/xc_gnttab.c')
-rw-r--r--tools/libxc/xc_gnttab.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/libxc/xc_gnttab.c b/tools/libxc/xc_gnttab.c
index eb78d01327..ae152fd2a5 100644
--- a/tools/libxc/xc_gnttab.c
+++ b/tools/libxc/xc_gnttab.c
@@ -182,6 +182,10 @@ int xc_gnttab_munmap(xc_gnttab *xcg,
start_address, count);
}
+int xc_gnttab_set_max_grants(xc_gnttab *xcg, uint32_t count)
+{
+ return xcg->ops->u.gnttab.set_max_grants(xcg, xcg->ops_handle, count);
+}
/*
* Local variables: