summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.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/H5Dpkg.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/H5Dpkg.h')
-rw-r--r--src/H5Dpkg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h
index 96acc58..44b44d9 100644
--- a/src/H5Dpkg.h
+++ b/src/H5Dpkg.h
@@ -253,6 +253,9 @@ typedef struct H5D_chunk_common_ud_t {
const H5O_layout_chunk_t *layout; /* Chunk layout description */
const H5O_storage_chunk_t *storage; /* Chunk storage description */
const hsize_t *offset; /* Logical offset of chunk */
+ const struct H5D_rdcc_t *rdcc; /* Chunk cache. Only necessary if the index may
+ * be modified, and if any chunks in the dset
+ * may be cached */
} H5D_chunk_common_ud_t;
/* B-tree callback info for various operations */