summaryrefslogtreecommitdiffstats
path: root/src/H5FDfamily.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2012-08-14 00:33:19 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2012-08-14 00:33:19 (GMT)
commit2ab1d8cc0c91d691e7b0778d49d1c596c9a21d16 (patch)
tree0f0832e62734f1906db3d79a7cb0def6470a3e9f /src/H5FDfamily.c
parent20d05ae59310dd75f7229fa7cf240a73dd16cf8c (diff)
downloadhdf5-2ab1d8cc0c91d691e7b0778d49d1c596c9a21d16.zip
hdf5-2ab1d8cc0c91d691e7b0778d49d1c596c9a21d16.tar.gz
hdf5-2ab1d8cc0c91d691e7b0778d49d1c596c9a21d16.tar.bz2
[svn-r22677] Changes needed to make the default free-list mapping from H5FD_FLMAP_SINGLE to H5FD_FLMAP_DICHOTOMY.
Also changed H5O_copy_search_comm_dt_check() to use H5O_obj_class() to get object type instead of H5O_get_info(...TRUE...) saving time in traversing metadata.
Diffstat (limited to 'src/H5FDfamily.c')
-rw-r--r--src/H5FDfamily.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDfamily.c b/src/H5FDfamily.c
index 736efb8..68061a6 100644
--- a/src/H5FDfamily.c
+++ b/src/H5FDfamily.c
@@ -146,7 +146,7 @@ static const H5FD_class_t H5FD_family_g = {
H5FD_family_truncate, /*truncate */
NULL, /*lock */
NULL, /*unlock */
- H5FD_FLMAP_SINGLE /*fl_map */
+ H5FD_FLMAP_DICHOTOMY /*fl_map */
};