summaryrefslogtreecommitdiffstats
path: root/src/H5Ppublic.h
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2013-10-18 18:10:03 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2013-10-18 18:10:03 (GMT)
commit1bc858b1b889ae2d0eeca463646592d195db8c94 (patch)
treec4bacbd730fc23478d16bb36138c63b224403dbd /src/H5Ppublic.h
parent5d727f0acde67a5e43b31b1fd3d33f8552b59e2a (diff)
downloadhdf5-1bc858b1b889ae2d0eeca463646592d195db8c94.zip
hdf5-1bc858b1b889ae2d0eeca463646592d195db8c94.tar.gz
hdf5-1bc858b1b889ae2d0eeca463646592d195db8c94.tar.bz2
[svn-r24331] Changes to track metadata read retries for metadata items with checksum.
Implement new public routine H5Fget_metadata_read_retries_info(). h5committested.
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r--src/H5Ppublic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index f2b9e8f..5caedf6 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -344,8 +344,8 @@ H5_DLL herr_t H5Pset_file_image_callbacks(hid_t fapl_id,
H5FD_file_image_callbacks_t *callbacks_ptr);
H5_DLL herr_t H5Pget_file_image_callbacks(hid_t fapl_id,
H5FD_file_image_callbacks_t *callbacks_ptr);
-H5_DLL herr_t H5Pset_read_attempts(hid_t plist_id, unsigned attempts);
-H5_DLL herr_t H5Pget_read_attempts(hid_t plist_id, unsigned *attempts/*out*/);
+H5_DLL herr_t H5Pset_metadata_read_attempts(hid_t plist_id, unsigned attempts);
+H5_DLL herr_t H5Pget_metadata_read_attempts(hid_t plist_id, unsigned *attempts/*out*/);
/* Dataset creation property list (DCPL) routines */
H5_DLL herr_t H5Pset_layout(hid_t plist_id, H5D_layout_t layout);