summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r--src/H5Fprivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index 687072b..8654920 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -27,6 +27,8 @@
/*** packages! ***/
/*****************************************/
+/* Maximum size of boot-block */
+#define H5F_BOOTBLOCK_SIZE 1024
#define H5F_SIZEOF_OFFSET(F) ((F)->file_create_parms.offset_size)