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-09-27 02:13:13 (GMT)
commitfbb0728f5423ba88de5a7bbe4f4d06825ed82aaa (patch)
treefea65e13d620d0dc9e846e308e22003702ae3a1d /src/H5VLnative.h
parent0ea77179d507bd2c29f3b9b357a0c35d4077b29c (diff)
downloadhdf5-fbb0728f5423ba88de5a7bbe4f4d06825ed82aaa.zip
hdf5-fbb0728f5423ba88de5a7bbe4f4d06825ed82aaa.tar.gz
hdf5-fbb0728f5423ba88de5a7bbe4f4d06825ed82aaa.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 a8d5720..82a99e4 100644
--- a/src/H5VLnative.h
+++ b/src/H5VLnative.h
@@ -71,6 +71,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;