summaryrefslogtreecommitdiffstats
path: root/src/H5AC.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-02-04 13:15:47 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-02-04 13:15:47 (GMT)
commitc3f7be36ce73401d7a73bc520fefa90ff20d12c9 (patch)
treef212684a431ef9ad2b77887a4993e151f386cc36 /src/H5AC.c
parent02a7d6f138d72f6efeb25cdb03a426b3430e03bf (diff)
downloadhdf5-c3f7be36ce73401d7a73bc520fefa90ff20d12c9.zip
hdf5-c3f7be36ce73401d7a73bc520fefa90ff20d12c9.tar.gz
hdf5-c3f7be36ce73401d7a73bc520fefa90ff20d12c9.tar.bz2
[svn-r9933] Purpose:
Bug fix Description: Add names for new B-tree objects to metadata cache code. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor for h5committest
Diffstat (limited to 'src/H5AC.c')
-rw-r--r--src/H5AC.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5AC.c b/src/H5AC.c
index 3651e71..e1a88a4 100644
--- a/src/H5AC.c
+++ b/src/H5AC.c
@@ -343,7 +343,9 @@ static const char * H5AC_entry_type_names[H5AC_NTYPES] =
"symbol table nodes",
"local heaps",
"global heaps",
- "object headers"
+ "object headers",
+ "v2 B-tree headers",
+ "v2 B-tree leaf nodes"
};
herr_t