summaryrefslogtreecommitdiffstats
path: root/src/H5FDfamily.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2022-04-06 00:50:57 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2022-04-06 00:50:57 (GMT)
commit7e2d23d2a15509c3753d7c8d2571f1360a834087 (patch)
treee4fd90365661429a6042690633dfdbd779ec25bb /src/H5FDfamily.h
parent715cf1a29b14abd81b4a03421fc742d6f4542fd0 (diff)
parentda562164ce4defaf84ff98869d317e7751bcc6f3 (diff)
downloadhdf5-7e2d23d2a15509c3753d7c8d2571f1360a834087.zip
hdf5-7e2d23d2a15509c3753d7c8d2571f1360a834087.tar.gz
hdf5-7e2d23d2a15509c3753d7c8d2571f1360a834087.tar.bz2
Merge remote-tracking branch 'canonical/develop' into feature/onion_vfd
Diffstat (limited to 'src/H5FDfamily.h')
-rw-r--r--src/H5FDfamily.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5FDfamily.h b/src/H5FDfamily.h
index 20ef532..bd51f36 100644
--- a/src/H5FDfamily.h
+++ b/src/H5FDfamily.h
@@ -20,7 +20,8 @@
#ifndef H5FDfamily_H
#define H5FDfamily_H
-#define H5FD_FAMILY (H5FD_family_init())
+#define H5FD_FAMILY (H5FDperform_init(H5FD_family_init))
+#define H5FD_FAMILY_VALUE H5_VFD_FAMILY
#ifdef __cplusplus
extern "C" {