summaryrefslogtreecommitdiffstats
path: root/src/H5VLdummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5VLdummy.c')
-rw-r--r--src/H5VLdummy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5VLdummy.c b/src/H5VLdummy.c
index b32c487..7be5825 100644
--- a/src/H5VLdummy.c
+++ b/src/H5VLdummy.c
@@ -62,6 +62,7 @@ static hid_t H5VL_dummy_file_create(const char *name, unsigned flags, hid_t fcp
H5VL_class_t H5VL_dummy_g = {
"dummy", /* name */
0, /* nrefs */
+ H5VL_dummy_init,
H5VL_dummy_term, /*terminate */
{ /* attribute_cls */
NULL, /* create */