summaryrefslogtreecommitdiffstats
path: root/examples/h5_vol_external_log_native.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-09-08 19:07:33 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-09-08 19:07:33 (GMT)
commit2f6965f07124e003b02b172c5d428d7863797d18 (patch)
tree7ccecbc701add138c428232e548545ad4b1b0b19 /examples/h5_vol_external_log_native.c
parente424a22c1d2e839e7feab1f040dc0914fc416f1f (diff)
downloadhdf5-2f6965f07124e003b02b172c5d428d7863797d18.zip
hdf5-2f6965f07124e003b02b172c5d428d7863797d18.tar.gz
hdf5-2f6965f07124e003b02b172c5d428d7863797d18.tar.bz2
[svn-r25579] Add version number for VOL plugins in VOL Plugin structure.
Diffstat (limited to 'examples/h5_vol_external_log_native.c')
-rw-r--r--examples/h5_vol_external_log_native.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/h5_vol_external_log_native.c b/examples/h5_vol_external_log_native.c
index 5cc2593..74c05da 100644
--- a/examples/h5_vol_external_log_native.c
+++ b/examples/h5_vol_external_log_native.c
@@ -43,6 +43,7 @@ static herr_t H5VL_log_object_specific(void *obj, H5VL_loc_params_t loc_params,
hid_t native_plugin_id = -1;
static const H5VL_class_t H5VL_log_g = {
+ 0,
LOG,
"log", /* name */
H5VL_log_init, /* initialize */