Revision 99cce9fa block/qcow2.h

b/block/qcow2.h
54 54
/* Must be at least 4 to cover all cases of refcount table growth */
55 55
#define REFCOUNT_CACHE_SIZE 4
56 56

  
57
#define DEFAULT_CLUSTER_SIZE 65536
58

  
57 59
typedef struct QCowHeader {
58 60
    uint32_t magic;
59 61
    uint32_t version;

Also available in: Unified diff