diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-09-28 01:28:26 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-09-28 01:28:26 (GMT) |
commit | bca210eb568406f3fddbc0a7089dca84817ce7a6 (patch) | |
tree | 8ee85d22ca0c3dd99305842dbabe3d5750d7c714 /src/H5Ipublic.h | |
parent | 66a2f19aa4f84132c3e9ef4249f52a43306eca96 (diff) | |
download | hdf5-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.h | 2 |
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 */ |