aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/include/xen_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxen/include/xen_common.h')
-rw-r--r--tools/libxen/include/xen_common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/libxen/include/xen_common.h b/tools/libxen/include/xen_common.h
index 688df1c686..fc8d092e74 100644
--- a/tools/libxen/include/xen_common.h
+++ b/tools/libxen/include/xen_common.h
@@ -160,6 +160,13 @@ xen_session_logout(xen_session *session);
/**
+ * Clear any error condition recorded on this session.
+ */
+void
+xen_session_clear_error(xen_session *session);
+
+
+/**
* Get the UUID of the second given session. Set *result to point at a
* string, yours to free.
*/