summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r--src/H5Fprivate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index 9c9e26e..3439686 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -248,7 +248,8 @@ typedef struct H5F_access_t {
/* Properties for file families */
struct {
- struct H5F_access_t *memb_access; /*plist for the members*/
+ struct H5F_access_t *memb_access; /*plist for the members */
+ size_t offset_bits; /*number of bits in offset */
} fam;
/* Properties for the split driver */