summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2022-02-04 16:54:39 (GMT)
committerGitHub <noreply@github.com>2022-02-04 16:54:39 (GMT)
commit1c10010a316c0885cd71fad6c8d0067a0eb8f7f1 (patch)
tree0dc1fbb6618480b56fc71743e89c89e946d205c3 /src/H5Fprivate.h
parent79d93d1661563f3570b2d0128a07bc7d7fc93ea8 (diff)
downloadhdf5-1c10010a316c0885cd71fad6c8d0067a0eb8f7f1.zip
hdf5-1c10010a316c0885cd71fad6c8d0067a0eb8f7f1.tar.gz
hdf5-1c10010a316c0885cd71fad6c8d0067a0eb8f7f1.tar.bz2
Unify handling of collective metadata reads status (#1206) (#1418)
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r--src/H5Fprivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index 6498cc3..1731f05 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -951,6 +951,8 @@ H5_DLL int H5F_mpi_get_rank(const H5F_t *f);
H5_DLL MPI_Comm H5F_mpi_get_comm(const H5F_t *f);
H5_DLL int H5F_mpi_get_size(const H5F_t *f);
H5_DLL herr_t H5F_mpi_retrieve_comm(hid_t loc_id, hid_t acspl_id, MPI_Comm *mpi_comm);
+H5_DLL hbool_t H5F_get_coll_metadata_reads(const H5F_t *f);
+H5_DLL void H5F_set_coll_metadata_reads(H5F_t *f, H5P_coll_md_read_flag_t *file_flag, hbool_t *context_flag);
#endif /* H5_HAVE_PARALLEL */
/* External file cache routines */