Revision 8c116b0e include/block/snapshot.h

b/include/block/snapshot.h
27 27

  
28 28
#include "qemu-common.h"
29 29
#include "qapi/error.h"
30
#include "qemu/option.h"
31

  
32

  
33
#define SNAPSHOT_OPT_BASE       "snapshot."
34
#define SNAPSHOT_OPT_ID         "snapshot.id"
35
#define SNAPSHOT_OPT_NAME       "snapshot.name"
36

  
37
extern QemuOptsList internal_snapshot_opts;
30 38

  
31 39
typedef struct QEMUSnapshotInfo {
32 40
    char id_str[128]; /* unique snapshot id */

Also available in: Unified diff