summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-05-13 19:49:49 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-05-13 19:49:49 (GMT)
commitdedf73d7d2d24244213d1552e00d84939bf7c775 (patch)
treede2154aa87f88957e5ec0e1fbe76cdae477f8d8a /src
parente0824c482e50e534e21b0420e79f24a4bad2f0c4 (diff)
downloadhdf5-dedf73d7d2d24244213d1552e00d84939bf7c775.zip
hdf5-dedf73d7d2d24244213d1552e00d84939bf7c775.tar.gz
hdf5-dedf73d7d2d24244213d1552e00d84939bf7c775.tar.bz2
[svn-r6864] Purpose:
Bug fix Description: Added missing line for file close degree setting for this VFD. Platforms tested: FreeBSD 4.8 (sleipnir) h5committested (Unfortunately, none of these tests actually exercised this driver... :-(
Diffstat (limited to 'src')
-rw-r--r--src/H5FDsrb.c1
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 */