summaryrefslogtreecommitdiffstats
path: root/src/H5Ipublic.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-09-28 01:28:26 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-09-28 01:28:26 (GMT)
commitbca210eb568406f3fddbc0a7089dca84817ce7a6 (patch)
tree8ee85d22ca0c3dd99305842dbabe3d5750d7c714 /src/H5Ipublic.h
parent66a2f19aa4f84132c3e9ef4249f52a43306eca96 (diff)
downloadhdf5-bca210eb568406f3fddbc0a7089dca84817ce7a6.zip
hdf5-bca210eb568406f3fddbc0a7089dca84817ce7a6.tar.gz
hdf5-bca210eb568406f3fddbc0a7089dca84817ce7a6.tar.bz2
[svn-r24211] - remove H5EQ and H5AO interface
- add H5ES interface (minus H5ESget_event_info) - update src and examples to use the H5ES interface
Diffstat (limited to 'src/H5Ipublic.h')
-rw-r--r--src/H5Ipublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ipublic.h b/src/H5Ipublic.h
index 3c614c2..5f2659b 100644
--- a/src/H5Ipublic.h
+++ b/src/H5Ipublic.h
@@ -46,7 +46,7 @@ typedef enum H5I_type_t {
H5I_REFERENCE, /*type ID for Reference objects */
H5I_VFL, /*type ID for virtual file layer */
H5I_VOL, /*type ID for virtual object layer */
- H5I_EQ, /*type ID for Event Queue objects */
+ H5I_ES, /*type ID for Event Queue objects */
H5I_RC, /*type ID for Read Context objects */
H5I_TR, /*type ID for Transaction objects */
H5I_GENPROP_CLS, /*type ID for generic property list classes */