summaryrefslogtreecommitdiffstats
path: root/src/H5FDcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDcore.h')
-rw-r--r--src/H5FDcore.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5FDcore.h b/src/H5FDcore.h
index d456c3e..4067980 100644
--- a/src/H5FDcore.h
+++ b/src/H5FDcore.h
@@ -20,7 +20,8 @@
#ifndef H5FDcore_H
#define H5FDcore_H
-#define H5FD_CORE (H5FD_core_init())
+#define H5FD_CORE (H5FDperform_init(H5FD_core_init))
+#define H5FD_CORE_VALUE H5_VFD_CORE
#ifdef __cplusplus
extern "C" {