From 7320a66aa7224549c308132a796cef325d377116 Mon Sep 17 00:00:00 2001 From: Mohamad Chaarawi Date: Fri, 21 Jun 2013 08:56:30 -0500 Subject: [svn-r23804] update VOL example program for an external plugin --- examples/h5_external_log_native_vol.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/h5_external_log_native_vol.c b/examples/h5_external_log_native_vol.c index 70b336d..a61fdac 100644 --- a/examples/h5_external_log_native_vol.c +++ b/examples/h5_external_log_native_vol.c @@ -57,6 +57,7 @@ static const H5VL_class_t H5VL_log_g = { NULL, //H5VL_log_attr_open, /* open */ NULL, //H5VL_log_attr_read, /* read */ NULL, //H5VL_log_attr_write, /* write */ + NULL, //H5VL_log_attr_iterate, NULL, //H5VL_log_attr_get, /* get */ NULL, //H5VL_log_attr_remove, /* remove */ NULL //H5VL_log_attr_close /* close */ @@ -65,6 +66,7 @@ static const H5VL_class_t H5VL_log_g = { H5VL_log_datatype_commit, /* commit */ H5VL_log_datatype_open, /* open */ H5VL_log_datatype_get_binary, /* get_size */ + NULL,//H5VL_log_datatype_get H5VL_log_datatype_close /* close */ }, { /* dataset_cls */ -- cgit v0.12