aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/include
diff options
context:
space:
mode:
authorEwan Mellor <ewan@xensource.com>2007-03-08 23:16:34 +0000
committerEwan Mellor <ewan@xensource.com>2007-03-08 23:16:34 +0000
commit9c3b29a7729ff0aefb9fdcbb715df48c4d45a9f5 (patch)
treee5444a5e458ff50153934dabcffb1e6d72a8e033 /tools/libxen/include
parent45e2bb215f82be3da84a506c4a084587f4423055 (diff)
downloadxen-9c3b29a7729ff0aefb9fdcbb715df48c4d45a9f5.tar.gz
xen-9c3b29a7729ff0aefb9fdcbb715df48c4d45a9f5.tar.bz2
xen-9c3b29a7729ff0aefb9fdcbb715df48c4d45a9f5.zip
Remove crashdump.create -- this doesn't make sense.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Diffstat (limited to 'tools/libxen/include')
-rw-r--r--tools/libxen/include/xen_crashdump.h23
1 files changed, 8 insertions, 15 deletions
diff --git a/tools/libxen/include/xen_crashdump.h b/tools/libxen/include/xen_crashdump.h
index fff0a1a144..00869dbb4c 100644
--- a/tools/libxen/include/xen_crashdump.h
+++ b/tools/libxen/include/xen_crashdump.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006, XenSource Inc.
+ * Copyright (c) 2006-2007, XenSource Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -162,20 +162,6 @@ xen_crashdump_get_by_uuid(xen_session *session, xen_crashdump *result, char *uui
/**
- * Create a new crashdump instance, and return its handle.
- */
-extern bool
-xen_crashdump_create(xen_session *session, xen_crashdump *result, xen_crashdump_record *record);
-
-
-/**
- * Destroy the specified crashdump instance.
- */
-extern bool
-xen_crashdump_destroy(xen_session *session, xen_crashdump crashdump);
-
-
-/**
* Get the uuid field of the given crashdump.
*/
extern bool
@@ -197,6 +183,13 @@ xen_crashdump_get_vdi(xen_session *session, xen_vdi *result, xen_crashdump crash
/**
+ * Destroy the specified crashdump
+ */
+extern bool
+xen_crashdump_destroy(xen_session *session, xen_crashdump self);
+
+
+/**
* Return a list of all the crashdumps known to the system.
*/
extern bool