summaryrefslogtreecommitdiffstats
path: root/src/H5Oprivate.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-08-20 15:47:56 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-08-20 15:47:56 (GMT)
commit4866617465169fbd2b4642836ec10909b9e6b8ae (patch)
tree2395abef30dd2ce8f9c1dd58dc9b4ef37500e32c /src/H5Oprivate.h
parent0f87bc568ef4d25331ad1f2d9ec97c008dcf7f63 (diff)
parent32c3fec56c78afd04fd7846593b7003f6e54bfcc (diff)
downloadhdf5-4866617465169fbd2b4642836ec10909b9e6b8ae.zip
hdf5-4866617465169fbd2b4642836ec10909b9e6b8ae.tar.gz
hdf5-4866617465169fbd2b4642836ec10909b9e6b8ae.tar.bz2
[svn-r25540] merge trunk into avoid_truncate branch.
two tests are failing (test/mf and tools/testh5mkgrp)
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r--src/H5Oprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h
index 8cf7aeb..e147977 100644
--- a/src/H5Oprivate.h
+++ b/src/H5Oprivate.h
@@ -400,7 +400,7 @@ typedef struct 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 */
+ H5UC_t *shared; /* Ref-counted shared info for B-tree nodes */
} H5O_storage_chunk_btree_t;
typedef struct H5O_storage_chunk_t {