summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-09-15 18:30:00 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-09-15 18:30:00 (GMT)
commite0ccecfeb185193b45d84728f77c382ff4d3c610 (patch)
tree98df20cf513e636a32781c627748e48a87121333 /src/H5VLnative.c
parentcefacc4de4e59963fd1f2d41bb62109ad2b897d9 (diff)
downloadhdf5-e0ccecfeb185193b45d84728f77c382ff4d3c610.zip
hdf5-e0ccecfeb185193b45d84728f77c382ff4d3c610.tar.gz
hdf5-e0ccecfeb185193b45d84728f77c382ff4d3c610.tar.bz2
[svn-r25593] - rename values for VOL class.
- add more sanity checks in H5VL APIs.
Diffstat (limited to 'src/H5VLnative.c')
-rw-r--r--src/H5VLnative.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5VLnative.c b/src/H5VLnative.c
index b528121..9675655 100644
--- a/src/H5VLnative.c
+++ b/src/H5VLnative.c
@@ -124,7 +124,7 @@ static herr_t H5VL_native_object_optional(void *obj, hid_t dxpl_id, void **req,
static H5VL_class_t H5VL_native_g = {
HDF5_VOL_NATIVE_VERSION_1, /* Version number */
- NATIVE, /* Plugin value */
+ H5_VOL_NATIVE, /* Plugin value */
"native", /* Plugin name */
NULL, /* initialize */
NULL, /* terminate */