summaryrefslogtreecommitdiffstats
path: root/src/H5Ipublic.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-07-12 21:07:03 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-07-12 21:07:03 (GMT)
commitf2a2ef446e0503d232f24270e78c91e7ba40fdfc (patch)
tree71ccdef0400e5f7fedecaeeb970f0d48b47e57e0 /src/H5Ipublic.h
parent46b5d073b56090829f6f6519553b4a427703e129 (diff)
downloadhdf5-f2a2ef446e0503d232f24270e78c91e7ba40fdfc.zip
hdf5-f2a2ef446e0503d232f24270e78c91e7ba40fdfc.tar.gz
hdf5-f2a2ef446e0503d232f24270e78c91e7ba40fdfc.tar.bz2
[svn-r23893] Add New HDF5 object - Map
Add the IOD VOL implementation. Not supported with native plugin. Add example program to sanity check the API Forwarding
Diffstat (limited to 'src/H5Ipublic.h')
-rw-r--r--src/H5Ipublic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Ipublic.h b/src/H5Ipublic.h
index aa216bf..02693f0 100644
--- a/src/H5Ipublic.h
+++ b/src/H5Ipublic.h
@@ -38,6 +38,7 @@ typedef enum H5I_type_t {
H5I_BADID = (-1), /*invalid Type */
H5I_FILE = 1, /*type ID for File objects */
H5I_GROUP, /*type ID for Group objects */
+ H5I_MAP, /*type ID for MAP objects */
H5I_DATATYPE, /*type ID for Datatype objects */
H5I_DATASPACE, /*type ID for Dataspace objects */
H5I_DATASET, /*type ID for Dataset objects */