diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2012-08-13 20:04:20 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2012-08-13 20:04:20 (GMT) |
commit | a9602d1b34e462e7dc4af611cf08486694750863 (patch) | |
tree | 2746ef757084da7a7de5a4474dfcb3d9ff2c8a22 /src/H5FDsec2.c | |
parent | eb4fd07b5ac8d70b9578fed95890e2af309fa20f (diff) | |
download | hdf5-a9602d1b34e462e7dc4af611cf08486694750863.zip hdf5-a9602d1b34e462e7dc4af611cf08486694750863.tar.gz hdf5-a9602d1b34e462e7dc4af611cf08486694750863.tar.bz2 |
[svn-r22676] Changes needed to make the default free-list mapping from H5FD_FLMAP_SINGLE to H5FD_FLMAP_DICHOTOMY.
Diffstat (limited to 'src/H5FDsec2.c')
-rw-r--r-- | src/H5FDsec2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDsec2.c b/src/H5FDsec2.c index 4201e07..241609d 100644 --- a/src/H5FDsec2.c +++ b/src/H5FDsec2.c @@ -191,7 +191,7 @@ static const H5FD_class_t H5FD_sec2_g = { H5FD_sec2_truncate, /*truncate */ NULL, /*lock */ NULL, /*unlock */ - H5FD_FLMAP_SINGLE /*fl_map */ + H5FD_FLMAP_DICHOTOMY /*fl_map */ }; /* Declare a free list to manage the H5FD_sec2_t struct */ |