diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-02-04 13:15:47 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-02-04 13:15:47 (GMT) |
commit | c3f7be36ce73401d7a73bc520fefa90ff20d12c9 (patch) | |
tree | f212684a431ef9ad2b77887a4993e151f386cc36 /src/H5AC.c | |
parent | 02a7d6f138d72f6efeb25cdb03a426b3430e03bf (diff) | |
download | hdf5-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.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |