summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2016-03-14 20:59:17 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2016-03-14 20:59:17 (GMT)
commitda5e16ded59a612467993db8968cf57e8f07a34f (patch)
treec5de4925daff839c5d84b24eca6950aeedad64da
parent33338d80965a7f36feb07545224faa175876003d (diff)
downloadhdf5-da5e16ded59a612467993db8968cf57e8f07a34f.zip
hdf5-da5e16ded59a612467993db8968cf57e8f07a34f.tar.gz
hdf5-da5e16ded59a612467993db8968cf57e8f07a34f.tar.bz2
[svn-r29413] bug fix.
-rw-r--r--src/H5VLiod_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLiod_client.h b/src/H5VLiod_client.h
index cde27b9..739df26 100644
--- a/src/H5VLiod_client.h
+++ b/src/H5VLiod_client.h
@@ -529,7 +529,7 @@ H5_DLL void * H5VL_iod_obj_open_token(const void *token, H5TR_t *tr,
H5_DLL herr_t H5VL_iod_get_token(void *obj, void *token, size_t *token_size);
/* private routines for RC */
-H5_DLL herr_t H5VL_iod_rc_acquire(H5VL_iod_file_t *file, H5RC_t *rc,
+H5_DLL herr_t H5VL_iod_rc_acquire(H5VL_iod_object_t *obj, H5RC_t *rc,
uint64_t *c_version, hid_t rcapl_id, void **req);
H5_DLL herr_t H5VL_iod_rc_release(H5RC_t *rc, void **req);
H5_DLL herr_t H5VL_iod_rc_persist(H5RC_t *rc, void **req);