summaryrefslogtreecommitdiffstats
path: root/src/H5Fpublic.h
diff options
context:
space:
mode:
authorJacob Gruber <gruber1@hdfgroup.org>2012-03-21 22:30:53 (GMT)
committerJacob Gruber <gruber1@hdfgroup.org>2012-03-21 22:30:53 (GMT)
commit6321d6f37b9e6cfa8691d6d1f65dc96a098edb18 (patch)
treea81e1773694f88f3698deb2993d62370386db4dc /src/H5Fpublic.h
parent1dfe7e0483a05d4065cc264f36eec54026d3c595 (diff)
parent0d118ea88a384bb18afa87a8ae068ceb99dc812c (diff)
downloadhdf5-6321d6f37b9e6cfa8691d6d1f65dc96a098edb18.zip
hdf5-6321d6f37b9e6cfa8691d6d1f65dc96a098edb18.tar.gz
hdf5-6321d6f37b9e6cfa8691d6d1f65dc96a098edb18.tar.bz2
[svn-r22118] merged with r22116. Made some minor edits putting existing code in line with the RFC.
Diffstat (limited to 'src/H5Fpublic.h')
-rw-r--r--src/H5Fpublic.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h
index 75a3547..d88538b 100644
--- a/src/H5Fpublic.h
+++ b/src/H5Fpublic.h
@@ -208,6 +208,10 @@ H5_DLL herr_t H5Fget_info2(hid_t obj_id, H5F_info2_t *finfo);
H5_DLL ssize_t H5Fget_free_sections(hid_t file_id, H5F_mem_t type,
size_t nsects, H5F_sect_info_t *sect_info/*out*/);
H5_DLL herr_t H5Fclear_elink_file_cache(hid_t file_id);
+#ifdef H5_HAVE_PARALLEL
+H5_DLL herr_t H5Fset_mpi_atomicity(hid_t file_id, hbool_t flag);
+H5_DLL herr_t H5Fget_mpi_atomicity(hid_t file_id, hbool_t *flag);
+#endif /* H5_HAVE_PARALLEL */
/* Symbols defined for compatibility with previous versions of the HDF5 API.
*