summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-09-26 08:19:13 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-10-11 02:46:06 (GMT)
commit75bb8add458930420b1d0856605ecc55ff2e12de (patch)
tree28116f9fe7610969f5754501aeccdbbb1d3f8213 /src/H5VLnative.h
parent3819640e3c7c2967c426f8bfc95d302f0ae0491a (diff)
downloadhdf5-75bb8add458930420b1d0856605ecc55ff2e12de.zip
hdf5-75bb8add458930420b1d0856605ecc55ff2e12de.tar.gz
hdf5-75bb8add458930420b1d0856605ecc55ff2e12de.tar.bz2
Marked up H5Fget/set_mpi_atomicity() to use the VOL.
Diffstat (limited to 'src/H5VLnative.h')
-rw-r--r--src/H5VLnative.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5VLnative.h b/src/H5VLnative.h
index ec0ecbc..14e2bdb 100644
--- a/src/H5VLnative.h
+++ b/src/H5VLnative.h
@@ -74,6 +74,8 @@ typedef int H5VL_native_file_optional_t;
#define H5VL_NATIVE_FILE_SET_LIBVER_BOUNDS 24 /* H5Fset_latest_format/libver_bounds */
#define H5VL_NATIVE_FILE_GET_MIN_DSET_OHDR_FLAG 25 /* H5Fget_dset_no_attrs_hint */
#define H5VL_NATIVE_FILE_SET_MIN_DSET_OHDR_FLAG 26 /* H5Fset_dset_no_attrs_hint */
+#define H5VL_NATIVE_FILE_GET_MPI_ATOMICITY 27 /* H5Fget_mpi_atomicity */
+#define H5VL_NATIVE_FILE_SET_MPI_ATOMICITY 28 /* H5Fset_mpi_atomicity */
/* Typedef and values for native VOL connector group optional VOL operations */
typedef int H5VL_native_group_optional_t;