diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2019-06-26 20:47:54 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2019-06-26 20:47:54 (GMT) |
commit | 9cafc8d4de8bf63ed26a1e6c6e3b8d13b33b4567 (patch) | |
tree | 08b81869621fc3b6f7d6c14999a372ff33c3e03a /src/H5Fpkg.h | |
parent | 7485981bcabfeb09ced49b840bf828c00816157a (diff) | |
parent | 439ea92d7e58c9900ef617bbe616a5ce36c709e9 (diff) | |
download | hdf5-9cafc8d4de8bf63ed26a1e6c6e3b8d13b33b4567.zip hdf5-9cafc8d4de8bf63ed26a1e6c6e3b8d13b33b4567.tar.gz hdf5-9cafc8d4de8bf63ed26a1e6c6e3b8d13b33b4567.tar.bz2 |
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_third_fork into bugfix/new_shutdown_fsm
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r-- | src/H5Fpkg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h index 4a9bbf0..5f25ddc 100644 --- a/src/H5Fpkg.h +++ b/src/H5Fpkg.h @@ -318,6 +318,9 @@ struct H5F_file_t { H5F_fspace_strategy_t fs_strategy; /* File space handling strategy */ hsize_t fs_threshold; /* Free space section threshold */ hbool_t fs_persist; /* Free-space persist or not */ + unsigned fs_version; /* Free-space version: */ + /* It is used to update fsinfo message in the superblock + extension when closing down the free-space managers */ hbool_t use_tmp_space; /* Whether temp. file space allocation is allowed */ haddr_t tmp_addr; /* Next address to use for temp. space in the file */ hbool_t point_of_no_return; /* Flag to indicate that we can't go back and delete a freespace header when it's used up */ |