summaryrefslogtreecommitdiffstats
path: root/src/H5Ppublic.h
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2011-02-17 16:34:03 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2011-02-17 16:34:03 (GMT)
commit745b95fdba23ae95ac4fdc5d1e7b38346816fbc0 (patch)
tree7a5a71bbe21637f345bf219760b80d41c50dbc26 /src/H5Ppublic.h
parentc4c79ba00c49cb7fe3ce0f8a2c27ce809cda8fa6 (diff)
downloadhdf5-745b95fdba23ae95ac4fdc5d1e7b38346816fbc0.zip
hdf5-745b95fdba23ae95ac4fdc5d1e7b38346816fbc0.tar.gz
hdf5-745b95fdba23ae95ac4fdc5d1e7b38346816fbc0.tar.bz2
[svn-r20114] Merge r20112 (open_file_pool) into 1_8 branch.
Tested: jam (open_file_pool branch tested with h5committest)
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r--src/H5Ppublic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index 0f93234..75781cd 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -288,6 +288,8 @@ H5_DLL herr_t H5Pset_libver_bounds(hid_t plist_id, H5F_libver_t low,
H5F_libver_t high);
H5_DLL herr_t H5Pget_libver_bounds(hid_t plist_id, H5F_libver_t *low,
H5F_libver_t *high);
+H5_DLL herr_t H5Pset_elink_file_cache_size(hid_t plist_id, unsigned efc_size);
+H5_DLL herr_t H5Pget_elink_file_cache_size(hid_t plist_id, unsigned *efc_size);
/* Dataset creation property list (DCPL) routines */
H5_DLL herr_t H5Pset_layout(hid_t plist_id, H5D_layout_t layout);