summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-27 13:38:54 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-27 13:38:54 (GMT)
commitbbaf4fb19b452e093bde1616df351dfa34f30840 (patch)
tree3af9b6f9998cb1fd62fbf84afd35421acb32a322 /src/H5VLnative.c
parentd36da471a9921489100e8e717bdaa58df3b5be03 (diff)
downloadhdf5-bbaf4fb19b452e093bde1616df351dfa34f30840.zip
hdf5-bbaf4fb19b452e093bde1616df351dfa34f30840.tar.gz
hdf5-bbaf4fb19b452e093bde1616df351dfa34f30840.tar.bz2
[svn-r22612] add enum value for the VL class
Diffstat (limited to 'src/H5VLnative.c')
-rw-r--r--src/H5VLnative.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5VLnative.c b/src/H5VLnative.c
index c9560c8..2903fc4 100644
--- a/src/H5VLnative.c
+++ b/src/H5VLnative.c
@@ -129,6 +129,7 @@ static herr_t H5VL_native_object_optional(void *obj, H5VL_loc_params_t loc_param
static herr_t H5VL_native_object_close(void *obj, H5VL_loc_params_t loc_params, hid_t req);
static H5VL_class_t H5VL_native_g = {
+ NATIVE,
"native", /* name */
NULL, /* initialize */
NULL, /* terminate */