diff options
Diffstat (limited to 'src/H5FDsrb.c')
-rw-r--r-- | src/H5FDsrb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5FDsrb.c b/src/H5FDsrb.c index bde1cc4..3f315c9 100644 --- a/src/H5FDsrb.c +++ b/src/H5FDsrb.c @@ -123,6 +123,7 @@ typedef struct H5FD_srb_fapl_t { static const H5FD_class_t H5FD_srb_g = { "srb", /*name */ MAXADDR, /*maxaddr */ + H5F_CLOSE_WEAK, /* fc_degree */ NULL, /*sb_size */ NULL, /*sb_encode */ NULL, /*sb_decode */ |