summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-07-01 21:26:27 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-07-01 21:26:27 (GMT)
commit55a945c985692dfd2c8e1b2915d413b1b704905a (patch)
tree9e2e2e79738a65b20c33dc6443e348b4421ba31a /src/H5Fpkg.h
parent732e64b335c7a16d0724a993d7f85f8b748e244c (diff)
downloadhdf5-55a945c985692dfd2c8e1b2915d413b1b704905a.zip
hdf5-55a945c985692dfd2c8e1b2915d413b1b704905a.tar.gz
hdf5-55a945c985692dfd2c8e1b2915d413b1b704905a.tar.bz2
[svn-r17139] Description:
Bring r17138 from trunk into 1.8 branch: Disable use of temporary file space allocation when using a parallel VFD, until we've made changes to broadcast the new address of the metadata when it is relocated down into 'normal' file space. Tested on: Mac OS X/32 10.5.8 (amazon) (h5committested on trunk)
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index acc8aaf..44ded9f 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -162,9 +162,10 @@ typedef struct H5F_file_t {
haddr_t root_addr; /* Root group address */
H5FO_t *open_objs; /* Open objects in file */
H5RC_t *grp_btree_shared; /* Ref-counted group B-tree node info */
- haddr_t tmp_addr; /* Next address to use for temp. space in the file */
/* File space allocation information */
+ 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 */
unsigned fs_aggr_merge[H5FD_MEM_NTYPES]; /* Flags for whether free space can merge with aggregator(s) */
H5F_fs_state_t fs_state[H5FD_MEM_NTYPES]; /* State of free space manager for each type */
haddr_t fs_addr[H5FD_MEM_NTYPES]; /* Address of free space manager info for each type */