diff options
Diffstat (limited to 'src/H5AC.c')
-rw-r--r-- | src/H5AC.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -497,6 +497,9 @@ static const char * H5AC_entry_type_names[H5AC_NTYPES] = "extensible array data blocks", "extensible array data block pages", "chunk proxy", + "fixed array headers", + "fixed array data block", + "fixed array data block pages", "test entry" /* for testing only -- not used for actual files */ }; |