summaryrefslogtreecommitdiffstats
path: root/src/H5VLdummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5VLdummy.c')
-rw-r--r--src/H5VLdummy.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/H5VLdummy.c b/src/H5VLdummy.c
index bddf87c..b4fcfae 100644
--- a/src/H5VLdummy.c
+++ b/src/H5VLdummy.c
@@ -81,7 +81,8 @@ static const H5VL_class_t H5VL_dummy_g = {
NULL /* write */
},
{ /* datatype_cls */
- NULL /* open */
+ NULL, /* commit */
+ NULL /* open */
},
{ /* link_cls */
NULL, /* create */
@@ -94,7 +95,9 @@ static const H5VL_class_t H5VL_dummy_g = {
NULL, /* open */
NULL, /* close */
NULL, /* move */
- NULL /* copy */
+ NULL, /* copy */
+ NULL, /* lookup */
+ NULL /* get */
}
};