summaryrefslogtreecommitdiffstats
path: root/test/cache_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/cache_common.h')
-rw-r--r--test/cache_common.h14
1 files changed, 4 insertions, 10 deletions
diff --git a/test/cache_common.h b/test/cache_common.h
index f98323a..e748b60 100644
--- a/test/cache_common.h
+++ b/test/cache_common.h
@@ -170,13 +170,13 @@ typedef struct flush_op
* FLUSH_OP__DIRTY: TRUE iff the
* target is pinned, and is to
* be dirtied via the
- * H5C_mark_pinned_entry_dirty()
+ * H5C_mark_entry_dirty()
* call.
*
* FLUSH_OP__RESIZE: TRUE iff the
* target is pinned, and is to
* be resized via the
- * H5C_mark_pinned_entry_dirty()
+ * H5C_mark_entry_dirty()
* call.
*
* FLUSH_OP__RENAME: TRUE iff the
@@ -770,15 +770,9 @@ void insert_entry(H5F_t * file_ptr,
hbool_t dirty,
unsigned int flags);
-void mark_pinned_entry_dirty(H5F_t * file_ptr,
+void mark_entry_dirty(H5F_t * file_ptr,
int32_t type,
- int32_t idx,
- hbool_t size_changed,
- size_t new_size);
-
-void mark_pinned_or_protected_entry_dirty(H5F_t * file_ptr,
- int32_t type,
- int32_t idx);
+ int32_t idx);
void rename_entry(H5C_t * cache_ptr,
int32_t type,