summaryrefslogtreecommitdiffstats
path: root/src/H5FSpkg.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-03-14 19:31:10 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-03-14 19:31:10 (GMT)
commit3fcfb3674842338f2b4d7e1e97e2fee678a021e7 (patch)
treef6e58cf6e4dfcb16e0f53e57d648af707d03ee16 /src/H5FSpkg.h
parent2687321987f6ded4f85f138f8572abe96ce90264 (diff)
parentd0aeefd6455d6877afd934e238362636a86e4b42 (diff)
downloadhdf5-3fcfb3674842338f2b4d7e1e97e2fee678a021e7.zip
hdf5-3fcfb3674842338f2b4d7e1e97e2fee678a021e7.tar.gz
hdf5-3fcfb3674842338f2b4d7e1e97e2fee678a021e7.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit 'd0aeefd6455d6877afd934e238362636a86e4b42': Final merge of page buffering branch to develop
Diffstat (limited to 'src/H5FSpkg.h')
-rw-r--r--src/H5FSpkg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5FSpkg.h b/src/H5FSpkg.h
index 4411236..ab97955 100644
--- a/src/H5FSpkg.h
+++ b/src/H5FSpkg.h
@@ -187,8 +187,9 @@ struct H5FS_t {
/* must be either H5C__NO_FLAGS_SET (i.e r/w) */
/* or H5AC__READ_ONLY_FLAG (i.e. r/o). */
size_t max_cls_serial_size; /* Max. additional size of serialized form of section */
- hsize_t threshold; /* Threshold for alignment */
hsize_t alignment; /* Alignment */
+ hsize_t align_thres; /* Threshold for alignment */
+
/* Memory data structures (not stored directly) */
H5FS_section_class_t *sect_cls; /* Array of section classes for this free list */