summaryrefslogtreecommitdiffstats
path: root/src/H5FDfamily.h
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2021-10-18 21:50:40 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2021-10-18 21:50:40 (GMT)
commit588f7f47da212a8a8077a4394ff740a4e8e537ee (patch)
tree8bb0dbb13d86f84067d3594ef07918e0fe73f4f6 /src/H5FDfamily.h
parent4c253cc332397a02cd172cb80d8d23d7161a485e (diff)
parent82b61574e1eb5f157d289185656eb877c3a33582 (diff)
downloadhdf5-588f7f47da212a8a8077a4394ff740a4e8e537ee.zip
hdf5-588f7f47da212a8a8077a4394ff740a4e8e537ee.tar.gz
hdf5-588f7f47da212a8a8077a4394ff740a4e8e537ee.tar.bz2
Merge branch 'hdf5_canon-develop' into selection_io
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..7b76a16 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 (H5FD_family_init())
+#define H5FD_FAMILY_VALUE H5_VFD_FAMILY
#ifdef __cplusplus
extern "C" {