summaryrefslogtreecommitdiffstats
path: root/src/H5Pgcpl.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-07-24 20:54:03 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-07-24 20:54:03 (GMT)
commit3ab9ea9cedfa8a619ba92da60777ce62750b9fe8 (patch)
tree6e78bd693a3f6d0d2df45a356b169889972753f3 /src/H5Pgcpl.c
parent2227f881c7492ecaadbbad44ac5f8f7416cd5b66 (diff)
downloadhdf5-3ab9ea9cedfa8a619ba92da60777ce62750b9fe8.zip
hdf5-3ab9ea9cedfa8a619ba92da60777ce62750b9fe8.tar.gz
hdf5-3ab9ea9cedfa8a619ba92da60777ce62750b9fe8.tar.bz2
[svn-r25482] - update is_accessible implementation to use fapl and pass it down to H5Fint.c
- move is_HDF5 inside deprecated macros in H5Fpublic.h - move H5ES_status_t outside of H5VLpublic.h to H5ESpublic.h - rename public properties in H5VLpublic.h to H5VL_PROP_* to add more scoping - no need to include private if pkg is included in H5VLnative.c - rename plist_id to lapl_id in loc_params structs
Diffstat (limited to 'src/H5Pgcpl.c')
-rw-r--r--src/H5Pgcpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Pgcpl.c b/src/H5Pgcpl.c
index 6de7a42..0ce3ca8 100644
--- a/src/H5Pgcpl.c
+++ b/src/H5Pgcpl.c
@@ -146,7 +146,7 @@ H5P__gcrt_reg_prop(H5P_genclass_t *pclass)
HGOTO_ERROR(H5E_PLIST, H5E_CANTINSERT, FAIL, "can't insert property into class")
/* Register the lcpl ID property */
- if(H5P_register_real(pclass, H5VL_GRP_LCPL_ID, sizeof(hid_t), &lcpl_id,
+ if(H5P_register_real(pclass, H5VL_PROP_GRP_LCPL_ID, sizeof(hid_t), &lcpl_id,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) < 0)
HGOTO_ERROR(H5E_PLIST, H5E_CANTINSERT, FAIL, "can't insert property into class")