summaryrefslogtreecommitdiffstats
path: root/src/H5Dbtree.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-07-02 17:14:54 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-07-02 17:14:54 (GMT)
commit13fde5a0b17cc4194d7b7123e2eebdc5e98722dd (patch)
tree69f4d4577530ccefbf203db0f44f4f305b7a8c5e /src/H5Dbtree.c
parented7658df795092d7bd50705cae4319adb5985289 (diff)
downloadhdf5-13fde5a0b17cc4194d7b7123e2eebdc5e98722dd.zip
hdf5-13fde5a0b17cc4194d7b7123e2eebdc5e98722dd.tar.gz
hdf5-13fde5a0b17cc4194d7b7123e2eebdc5e98722dd.tar.bz2
[svn-r17141] Description:
Change name of public 'H5D_CHUNK_BTREE' symbol (indicating the type of index used for locating chunks) to 'H5D_CHUNK_IDX_BTREE', putting old name in "deprecated symbols" section. This will make adding new indices (like extensible and fixed arrays) more nicely named. Tested on: FreeBSD/32 6.3 (duty) (h5commitest not required on branch)
Diffstat (limited to 'src/H5Dbtree.c')
-rw-r--r--src/H5Dbtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dbtree.c b/src/H5Dbtree.c
index 1195c80..ae96613 100644
--- a/src/H5Dbtree.c
+++ b/src/H5Dbtree.c
@@ -238,7 +238,7 @@ H5D_btree_get_shared(const H5F_t UNUSED *f, const void *_udata)
HDassert(udata);
HDassert(udata->mesg);
- HDassert(udata->mesg->u.chunk.idx_type == H5D_CHUNK_BTREE);
+ HDassert(udata->mesg->u.chunk.idx_type == H5D_CHUNK_IDX_BTREE);
HDassert(udata->mesg->u.chunk.u.btree.shared);
/* Increment reference count on B-tree info */