diff options
Diffstat (limited to 'src/H5FDsec2.c')
-rw-r--r-- | src/H5FDsec2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5FDsec2.c b/src/H5FDsec2.c index 04bcb16..df150a7 100644 --- a/src/H5FDsec2.c +++ b/src/H5FDsec2.c @@ -149,6 +149,7 @@ static herr_t H5FD_sec2_flush(H5FD_t *_file); static const H5FD_class_t H5FD_sec2_g = { "sec2", /*name */ MAXADDR, /*maxaddr */ + H5F_CLOSE_WEAK, /* fc_degree */ NULL, /*sb_size */ NULL, /*sb_encode */ NULL, /*sb_decode */ |