Revision 14899cdf block/qcow2.h

b/block/qcow2.h
27 27

  
28 28
#include "aes.h"
29 29

  
30
//#define DEBUG_ALLOC
31
//#define DEBUG_ALLOC2
32
//#define DEBUG_EXT
33

  
30 34
#define QCOW_MAGIC (('Q' << 24) | ('F' << 16) | ('I' << 8) | 0xfb)
31 35
#define QCOW_VERSION 2
32 36

  

Also available in: Unified diff