summaryrefslogtreecommitdiffstats
path: root/src/H5HLpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5HLpkg.h')
-rw-r--r--src/H5HLpkg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5HLpkg.h b/src/H5HLpkg.h
index 8b099cc..1a61866 100644
--- a/src/H5HLpkg.h
+++ b/src/H5HLpkg.h
@@ -67,6 +67,7 @@ struct H5HL_t {
haddr_t addr; /*address of data */
size_t disk_alloc; /*data bytes allocated on disk */
size_t mem_alloc; /*data bytes allocated in mem */
+ size_t disk_resrv; /*data bytes "reserved" on disk */
uint8_t *chunk; /*the chunk, including header */
H5HL_free_t *freelist; /*the free list */
};