diff options
Diffstat (limited to 'src/H5FDstream.c')
-rw-r--r-- | src/H5FDstream.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5FDstream.c b/src/H5FDstream.c index 7572e45..581c0b7 100644 --- a/src/H5FDstream.c +++ b/src/H5FDstream.c @@ -171,6 +171,7 @@ static const H5FD_class_t H5FD_stream_g = { "stream", /* name */ MAXADDR, /* maxaddr */ + H5F_CLOSE_WEAK, /* fc_degree */ NULL, /* sb_size */ NULL, /* sb_encode */ NULL, /* sb_decode */ |