45
42
#define CHUNK_STATUS_DELETED 0 /* this chunk has been deleted and can be reused */
46
43
#define CHUNK_STATUS_ACTIVE 1 /* this chunk represents the first part of a live record */
47
44
#define CHUNK_STATUS_LINKED 2 /* this chunk is a continuation from another chunk (part of chunkset) */