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