]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/block/snapshot.h
qemu-nbd: support internal snapshot export
[mirror_qemu.git] / include / block / snapshot.h
index d05bea72234c55bd4653ffbc957d9b88ca01ff1d..770d9bbc8c7f4d72d3b2852f77da56d65924a36d 100644 (file)
 
 #include "qemu-common.h"
 #include "qapi/error.h"
+#include "qemu/option.h"
+
+
+#define SNAPSHOT_OPT_BASE       "snapshot."
+#define SNAPSHOT_OPT_ID         "snapshot.id"
+#define SNAPSHOT_OPT_NAME       "snapshot.name"
+
+extern QemuOptsList internal_snapshot_opts;
 
 typedef struct QEMUSnapshotInfo {
     char id_str[128]; /* unique snapshot id */