summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorRichard Warren <Richard.Warren@hdfgroup.org>2019-10-23 18:41:45 (GMT)
committerRichard Warren <Richard.Warren@hdfgroup.org>2019-10-23 18:41:45 (GMT)
commit94d14191fa5c770ba0ee56f36024e57645a9d456 (patch)
tree0a31034b6c843de4fc3a145fc1119342199d29a3 /src/H5private.h
parent20292df3675e5cb4296d743f435bbbe1a3136f2b (diff)
downloadhdf5-94d14191fa5c770ba0ee56f36024e57645a9d456.zip
hdf5-94d14191fa5c770ba0ee56f36024e57645a9d456.tar.gz
hdf5-94d14191fa5c770ba0ee56f36024e57645a9d456.tar.bz2
Change API names for get/set bitio_count. Also added H5_mpi_set_bigio_count to H5private.h.
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 4ae9f12..0bfc91b 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -2670,7 +2670,8 @@ H5_DLL herr_t H5_combine_path(const char *path1, const char *path2, char **ful
#ifdef H5_HAVE_PARALLEL
/* Generic MPI functions */
-H5_DLL hsize_t H5_mpio_get_bigio_count();
+H5_DLL hsize_t H5_mpi_set_bigio_count(hsize_t new_count);
+H5_DLL hsize_t H5_mpi_get_bigio_count();
H5_DLL herr_t H5_mpi_comm_dup(MPI_Comm comm, MPI_Comm *comm_new);
H5_DLL herr_t H5_mpi_info_dup(MPI_Info info, MPI_Info *info_new);
H5_DLL herr_t H5_mpi_comm_free(MPI_Comm *comm);