summaryrefslogtreecommitdiffstats
path: root/src/H5AC.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-02-04 21:14:42 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-02-04 21:14:42 (GMT)
commit24770bf21839352eb3516bc4b472a4ec63176c9f (patch)
treedc7015ad7e1178472c132659aeae41d2c0626b48 /src/H5AC.c
parent8ffba3474e33a667e2ada4d55143583b18a1c46e (diff)
downloadhdf5-24770bf21839352eb3516bc4b472a4ec63176c9f.zip
hdf5-24770bf21839352eb3516bc4b472a4ec63176c9f.tar.gz
hdf5-24770bf21839352eb3516bc4b472a4ec63176c9f.tar.bz2
[svn-r9939] Purpose:
New feature Description: Expand v2 B-tree code to support splitting the root node when enough records are inserted and move metadata cache callbacks into their own source file. Platforms tested: FreeBSD 4.11 (sleipnir) w/parallel Too minor for h5committest
Diffstat (limited to 'src/H5AC.c')
-rw-r--r--src/H5AC.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5AC.c b/src/H5AC.c
index e1a88a4..2f717ad 100644
--- a/src/H5AC.c
+++ b/src/H5AC.c
@@ -345,6 +345,7 @@ static const char * H5AC_entry_type_names[H5AC_NTYPES] =
"global heaps",
"object headers",
"v2 B-tree headers",
+ "v2 B-tree internal nodes",
"v2 B-tree leaf nodes"
};