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/H5I.c | |
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/H5I.c')
-rw-r--r-- | src/H5I.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2385,7 +2385,7 @@ H5Iget_file_id(hid_t obj_id) } /* Get the file through the VOL */ - if(H5VL_file_get(obj, vol_plugin, H5VL_OBJECT_GET_FILE, H5AC_dxpl_id, H5_EVENT_QUEUE_NULL, type, &file) < 0) + if(H5VL_file_get(obj, vol_plugin, H5VL_OBJECT_GET_FILE, H5AC_dxpl_id, H5_EVENT_STACK_NULL, type, &file) < 0) HGOTO_ERROR(H5E_INTERNAL, H5E_CANTINIT, FAIL, "unable to get file") if (NULL == file) |