aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/include/xen_vdi_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxen/include/xen_vdi_type.h')
-rw-r--r--tools/libxen/include/xen_vdi_type.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/tools/libxen/include/xen_vdi_type.h b/tools/libxen/include/xen_vdi_type.h
index 33ba7c61bf..01168491ee 100644
--- a/tools/libxen/include/xen_vdi_type.h
+++ b/tools/libxen/include/xen_vdi_type.h
@@ -38,7 +38,17 @@ enum xen_vdi_type
/**
* a disk that may be reformatted on upgrade
*/
- XEN_VDI_TYPE_EPHEMERAL
+ XEN_VDI_TYPE_EPHEMERAL,
+
+ /**
+ * a disk that stores a suspend image
+ */
+ XEN_VDI_TYPE_SUSPEND,
+
+ /**
+ * a disk that stores VM crashdump information
+ */
+ XEN_VDI_TYPE_CRASHDUMP
};