summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5f90global.F90
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-10-23 19:35:42 (GMT)
committerGitHub <noreply@github.com>2023-10-23 19:35:42 (GMT)
commit34f4569cdd65c51476fe4d295b87de7a9c90f184 (patch)
tree7dea13c7400666b3f0a83e868feaace733cf7b71 /fortran/src/H5f90global.F90
parenta4c318de285e60d58a71ac5c3d7ee146f7e43824 (diff)
downloadhdf5-34f4569cdd65c51476fe4d295b87de7a9c90f184.zip
hdf5-34f4569cdd65c51476fe4d295b87de7a9c90f184.tar.gz
hdf5-34f4569cdd65c51476fe4d295b87de7a9c90f184.tar.bz2
update stat arg for apple (#3726)
* update stat arg for apple * use H5_HAVE_DARWIN for Apple ifdef * fix typo * removed duplicate H5_ih_info_t * added fortran async test to cmake
Diffstat (limited to 'fortran/src/H5f90global.F90')
-rw-r--r--fortran/src/H5f90global.F906
1 files changed, 6 insertions, 0 deletions
diff --git a/fortran/src/H5f90global.F90 b/fortran/src/H5f90global.F90
index e60f1e8..f6c06cb 100644
--- a/fortran/src/H5f90global.F90
+++ b/fortran/src/H5f90global.F90
@@ -25,6 +25,12 @@ MODULE H5GLOBAL
IMPLICIT NONE
+!> @brief H5_ih_info_t derived type.
+ TYPE, BIND(C) :: H5_ih_info_t
+ INTEGER(HSIZE_T) :: index_size !< btree and/or list
+ INTEGER(HSIZE_T) :: heap_size !< Heap size
+ END TYPE H5_ih_info_t
+
!> \addtogroup FH5
!> @{
! Parameters used in the function 'h5kind_to_type' located in H5_ff.F90.