summaryrefslogtreecommitdiffstats
path: root/src/H5VLpublic.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-05-23 19:06:00 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-05-23 19:06:00 (GMT)
commitb65385eebd1aa95ab517f707997d234b7c3b3fd7 (patch)
tree59c87ed8f1e32e002ed83b044383c362357822c9 /src/H5VLpublic.h
parent6eb37e3d319c2e8c3d0804f73c6fb209bdc9f990 (diff)
downloadhdf5-b65385eebd1aa95ab517f707997d234b7c3b3fd7.zip
hdf5-b65385eebd1aa95ab517f707997d234b7c3b3fd7.tar.gz
hdf5-b65385eebd1aa95ab517f707997d234b7c3b3fd7.tar.bz2
[svn-r22401] remove ID from object open callback since location token is sufficient
Diffstat (limited to 'src/H5VLpublic.h')
-rw-r--r--src/H5VLpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLpublic.h b/src/H5VLpublic.h
index 27d8a49..bacf27c 100644
--- a/src/H5VLpublic.h
+++ b/src/H5VLpublic.h
@@ -186,7 +186,7 @@ typedef struct H5VL_link_class_t {
/* H5O routines */
typedef struct H5VL_object_class_t {
- hid_t (*open) (hid_t loc_id, void *obj_loc, hid_t lapl_id, hid_t req);
+ hid_t (*open) (void *obj_loc, hid_t lapl_id, hid_t req);
herr_t (*copy) (hid_t src_loc_id, const char *src_name, hid_t dst_loc_id, const char *dst_name,
hid_t ocpypl_id, hid_t lcpl_id, hid_t req);
herr_t (*lookup)(hid_t loc_id, H5VL_object_lookup_t lookup_type, void **location, hid_t req, va_list arguments);