mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-05 15:42:32 +08:00
[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... :-(
This commit is contained in:
parent
e0824c482e
commit
dedf73d7d2
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user