Revision f5edb014 block.h

b/block.h
27 27
    uint64_t vm_clock_nsec; /* VM clock relative to boot */
28 28
} QEMUSnapshotInfo;
29 29

  
30
#define BDRV_O_RDONLY      0x0000
31 30
#define BDRV_O_RDWR        0x0002
32
#define BDRV_O_ACCESS      0x0003
33 31
#define BDRV_O_CREAT       0x0004 /* create an empty file */
34 32
#define BDRV_O_SNAPSHOT    0x0008 /* open the file read only and save writes in a snapshot */
35 33
#define BDRV_O_FILE        0x0010 /* open as a raw file (do not try to

Also available in: Unified diff