diff options
Diffstat (limited to 'src/H5FDfamily.c')
-rw-r--r-- | src/H5FDfamily.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5FDfamily.c b/src/H5FDfamily.c index 80feac2..16c2265 100644 --- a/src/H5FDfamily.c +++ b/src/H5FDfamily.c @@ -87,6 +87,7 @@ static herr_t H5FD_family_flush(H5FD_t *_file); static const H5FD_class_t H5FD_family_g = { "family", /*name */ HADDR_MAX, /*maxaddr */ + H5F_CLOSE_WEAK, /* fc_degree */ NULL, /*sb_size */ NULL, /*sb_encode */ NULL, /*sb_decode */ |