summaryrefslogtreecommitdiffstats
path: root/src/H5Ppublic.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2016-02-11 13:12:17 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2016-02-11 13:12:17 (GMT)
commitfba3bbc7bf8e444155a7029f5ac82e1e513eadcc (patch)
tree8c2aa3d9cadc78867264531d758485ea1550cf3c /src/H5Ppublic.h
parent5655e5a91a538bd2cc885e5927f8ed61ab8e166b (diff)
downloadhdf5-fba3bbc7bf8e444155a7029f5ac82e1e513eadcc.zip
hdf5-fba3bbc7bf8e444155a7029f5ac82e1e513eadcc.tar.gz
hdf5-fba3bbc7bf8e444155a7029f5ac82e1e513eadcc.tar.bz2
[svn-r29086] missed renaming the GET collective metadata read requirement.
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r--src/H5Ppublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index 9ab1944..589bcdc 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -353,7 +353,7 @@ H5_DLL herr_t H5Pset_core_write_tracking(hid_t fapl_id, hbool_t is_enabled, size
H5_DLL herr_t H5Pget_core_write_tracking(hid_t fapl_id, hbool_t *is_enabled, size_t *page_size);
#ifdef H5_HAVE_PARALLEL
H5_DLL herr_t H5Pset_all_coll_metadata_ops(hid_t plist_id, hbool_t is_collective);
-H5_DLL herr_t H5Pget_coll_metadata_read(hid_t plist_id, hbool_t *is_collective);
+H5_DLL herr_t H5Pget_all_coll_metadata_ops(hid_t plist_id, hbool_t *is_collective);
H5_DLL herr_t H5Pset_coll_metadata_write(hid_t plist_id, hbool_t is_collective);
H5_DLL herr_t H5Pget_coll_metadata_write(hid_t plist_id, hbool_t *is_collective);
#endif /* H5_HAVE_PARALLEL */