diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2017-06-29 06:11:44 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2017-06-29 06:11:44 (GMT) |
commit | 804a88fafdca3d6a76312ab01ac4d6d5b103e9dc (patch) | |
tree | bbde4f73361e683af6ff16461e7d4d90d95f13c1 /src/H5FSprivate.h | |
parent | 3da8951fb3fc3fa850558ba7ea4d44d507fc1664 (diff) | |
download | hdf5-804a88fafdca3d6a76312ab01ac4d6d5b103e9dc.zip hdf5-804a88fafdca3d6a76312ab01ac4d6d5b103e9dc.tar.gz hdf5-804a88fafdca3d6a76312ab01ac4d6d5b103e9dc.tar.bz2 |
Fix for HDFFV-10160
Modifications to fix the assertion/abort failure when the application does not close the file.
Diffstat (limited to 'src/H5FSprivate.h')
-rw-r--r-- | src/H5FSprivate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5FSprivate.h b/src/H5FSprivate.h index c0467a6..247d75c 100644 --- a/src/H5FSprivate.h +++ b/src/H5FSprivate.h @@ -175,6 +175,9 @@ H5FL_SEQ_EXTERN(H5FS_section_class_t); /* Library-private Function Prototypes */ /***************************************/ +/* Package initialization routine */ +H5_DLL herr_t H5FS_init(void); + /* Free space manager routines */ H5_DLL H5FS_t *H5FS_create(H5F_t *f, hid_t dxpl_id, haddr_t *fs_addr, const H5FS_create_t *fs_create, uint16_t nclasses, |