summaryrefslogtreecommitdiffstats
path: root/src/H5FDprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-03-27 18:54:15 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-03-27 18:54:15 (GMT)
commit94502a2769418aea2523c94f0a5b6f2ad3855849 (patch)
treef0cc59e8b3ac123b4aee35b45c923c3edb4501f4 /src/H5FDprivate.h
parent6234c0dee27daa5450d140fc9189135ac2ae0fa8 (diff)
downloadhdf5-94502a2769418aea2523c94f0a5b6f2ad3855849.zip
hdf5-94502a2769418aea2523c94f0a5b6f2ad3855849.tar.gz
hdf5-94502a2769418aea2523c94f0a5b6f2ad3855849.tar.bz2
[svn-r22157] Merge the atomicity routines from the trunk
Diffstat (limited to 'src/H5FDprivate.h')
-rw-r--r--src/H5FDprivate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5FDprivate.h b/src/H5FDprivate.h
index fe770d2..4f7d059 100644
--- a/src/H5FDprivate.h
+++ b/src/H5FDprivate.h
@@ -105,6 +105,10 @@ H5_DLL herr_t H5FD_get_fileno(const H5FD_t *file, unsigned long *filenum);
H5_DLL herr_t H5FD_get_vfd_handle(H5FD_t *file, hid_t fapl, void** file_handle);
H5_DLL herr_t H5FD_set_base_addr(H5FD_t *file, haddr_t base_addr);
H5_DLL haddr_t H5FD_get_base_addr(const H5FD_t *file);
+#ifdef H5_HAVE_PARALLEL
+H5_DLL herr_t H5FD_set_mpio_atomicity(H5FD_t *file, hbool_t flag);
+H5_DLL herr_t H5FD_get_mpio_atomicity(H5FD_t *file, hbool_t *flag);
+#endif /* H5_HAVE_PARALLEL */
#endif /* !_H5FDprivate_H */