diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-07-17 12:01:27 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-07-17 12:01:27 (GMT) |
commit | 8c9b3d240c0e89cb6f538ee9d567dfa0e7fff6c0 (patch) | |
tree | 2a32d877669f0f4dc6fc6892d7c7877e7a3f79f5 /src/H5Ipublic.h | |
parent | b0445792fb7cbdc3db9ad9473a934e3079bceb6e (diff) | |
parent | 8b6cd7cfddf91308cf860f2da3d28e208fd89788 (diff) | |
download | hdf5-8c9b3d240c0e89cb6f538ee9d567dfa0e7fff6c0.zip hdf5-8c9b3d240c0e89cb6f538ee9d567dfa0e7fff6c0.tar.gz hdf5-8c9b3d240c0e89cb6f538ee9d567dfa0e7fff6c0.tar.bz2 |
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)
* commit '8b6cd7cfddf91308cf860f2da3d28e208fd89788':
Merge of dataspace improvements from develop.
Diffstat (limited to 'src/H5Ipublic.h')
-rw-r--r-- | src/H5Ipublic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Ipublic.h b/src/H5Ipublic.h index 7acca3a..8eb6e6f 100644 --- a/src/H5Ipublic.h +++ b/src/H5Ipublic.h @@ -49,6 +49,7 @@ typedef enum H5I_type_t { H5I_ERROR_CLASS, /* type ID for error classes */ H5I_ERROR_MSG, /* type ID for error messages */ H5I_ERROR_STACK, /* type ID for error stacks */ + H5I_SPACE_SEL_ITER, /* type ID for dataspace selection iterator */ H5I_NTYPES /* number of library types, MUST BE LAST! */ } H5I_type_t; |