summaryrefslogtreecommitdiffstats
path: root/src/H5Oprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-10-19 17:04:37 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-10-19 17:04:37 (GMT)
commit28a43b20583f1bd1d8a1f987d61b2e8a9d0795f8 (patch)
tree9794ee7738383922675ae16433f9c0ddf111c6ee /src/H5Oprivate.h
parent0c6929dfdefec1c5e6cdaae92b314b8a74492a47 (diff)
downloadhdf5-28a43b20583f1bd1d8a1f987d61b2e8a9d0795f8.zip
hdf5-28a43b20583f1bd1d8a1f987d61b2e8a9d0795f8.tar.gz
hdf5-28a43b20583f1bd1d8a1f987d61b2e8a9d0795f8.tar.bz2
[svn-r19639] Description:
Bring r19638 from trunk to 1.8 branch: Bring some of Neil's changes to help support SWMR access in the v1 B-tree code from the revise_chunks branch back to the trunk. Tested on: FreeBSD/32 6.3 (duty) in debug mode (h5committested on trunk)
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r--src/H5Oprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h
index ad17b7a..7cbad3d 100644
--- a/src/H5Oprivate.h
+++ b/src/H5Oprivate.h
@@ -356,6 +356,7 @@ typedef struct H5O_storage_contig_t {
} H5O_storage_contig_t;
typedef struct H5O_storage_chunk_btree_t {
+ haddr_t dset_ohdr_addr; /* File address dataset's object header */
H5RC_t *shared; /* Ref-counted shared info for B-tree nodes */
} H5O_storage_chunk_btree_t;