summaryrefslogtreecommitdiffstats
path: root/src/H5AC.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5AC.c')
-rw-r--r--src/H5AC.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5AC.c b/src/H5AC.c
index 145daa5..a8c0f07 100644
--- a/src/H5AC.c
+++ b/src/H5AC.c
@@ -496,6 +496,7 @@ static const char * H5AC_entry_type_names[H5AC_NTYPES] =
"extensible array super blocks",
"extensible array data blocks",
"extensible array data block pages",
+ "chunk proxy",
"test entry" /* for testing only -- not used for actual files */
};
@@ -1623,7 +1624,7 @@ done:
FUNC_LEAVE_NOAPI(ret_value)
-} /* H5AC_mark_pinned_entry_dirty() */
+} /* H5AC_mark_pinned_or_protected_entry_dirty() */
/*-------------------------------------------------------------------------