aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/grant_table.h
diff options
context:
space:
mode:
authorcwc22@centipede.cl.cam.ac.uk <cwc22@centipede.cl.cam.ac.uk>2005-03-08 23:04:52 +0000
committercwc22@centipede.cl.cam.ac.uk <cwc22@centipede.cl.cam.ac.uk>2005-03-08 23:04:52 +0000
commitff2955a71332b3136d7670a2f9d1d1f7bb644ab0 (patch)
tree170f58b1787daf8e87a7cc8c854b3b12e347fe06 /xen/include/xen/grant_table.h
parent3f9c9eae7adb2d7424cb6e1ddd6d2dca25c11772 (diff)
downloadxen-ff2955a71332b3136d7670a2f9d1d1f7bb644ab0.tar.gz
xen-ff2955a71332b3136d7670a2f9d1d1f7bb644ab0.tar.bz2
xen-ff2955a71332b3136d7670a2f9d1d1f7bb644ab0.zip
bitkeeper revision 1.1236.12.12 (422e2f94y48ELm2z25jB8lJCOUxZgw)
grant tables: page ref counting fixes.
Diffstat (limited to 'xen/include/xen/grant_table.h')
-rw-r--r--xen/include/xen/grant_table.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/xen/include/xen/grant_table.h b/xen/include/xen/grant_table.h
index c161667cdf..1404b95542 100644
--- a/xen/include/xen/grant_table.h
+++ b/xen/include/xen/grant_table.h
@@ -105,4 +105,9 @@ void
gnttab_notify_transfer(
struct domain *rd, grant_ref_t ref, unsigned long frame);
+/* Pre-domain destruction release of all mappings of other domains */
+void
+gnttab_release_all_mappings(grant_table_t *gt);
+
+
#endif /* __XEN_GRANT_H__ */