summaryrefslogtreecommitdiffstats
path: root/src/H5C2private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5C2private.h')
-rw-r--r--src/H5C2private.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/H5C2private.h b/src/H5C2private.h
index 5ac3748..9ba6c93 100644
--- a/src/H5C2private.h
+++ b/src/H5C2private.h
@@ -191,7 +191,7 @@ typedef struct H5C2_t H5C2_t;
*
* The typedef for the image_len callback is as follows:
*
- * typedef herr_t (*H5C_image_len_func_t)(void *thing,
+ * typedef herr_t (*H5C2_image_len_func_t)(void *thing,
* size_t *image_len_ptr);
*
* The parameters of the image_len callback are as follows:
@@ -230,7 +230,7 @@ typedef struct H5C2_t H5C2_t;
*
* The typedef for the serialize callback is as follows:
*
- * typedef herr_t (*H5C_serialize_func_t)(const H5F_t *f,
+ * typedef herr_t (*H5C2_serialize_func_t)(const H5F_t *f,
* hid_t dxpl_id,
* haddr_t addr,
* size_t len,
@@ -701,7 +701,7 @@ typedef herr_t (*H5C2_log_flush_func_t)(H5C2_t * cache_ptr,
*
* flush_marker: Boolean flag indicating that the entry is to be flushed
* the next time H5C2_flush_cache() is called with the
- * H5AC__FLUSH_MARKED_ENTRIES_FLAG. The flag is reset when
+ * H5C2__FLUSH_MARKED_ENTRIES_FLAG. The flag is reset when
* the entry is flushed for whatever reason.
*
* clear_on_unprotect: Boolean flag used only in PHDF5. When H5C2 is used
@@ -1016,7 +1016,7 @@ typedef struct H5C2_cache_entry_t
* above, this field contains the maximum number of bytes by which the
* cache size can be increased in a single re-size.
*
- * flash_incr_mode: Instance of the H5C_cache_flash_incr_mode enumerated
+ * flash_incr_mode: Instance of the H5C2_cache_flash_incr_mode enumerated
* type whose value indicates whether and by what algorithm we should
* make flash increases in the size of the cache to accomodate insertion
* of large entries and large increases in the size of a single entry.
@@ -1029,10 +1029,10 @@ typedef struct H5C2_cache_entry_t
*
* At present, there are two possible values for the flash_incr_mode:
*
- * H5C_flash_incr__off: Don't perform flash increases in the size of
+ * H5C2_flash_incr__off: Don't perform flash increases in the size of
* the cache.
*
- * H5C_flash_incr__add_space: Let x be either the size of a newly
+ * H5C2_flash_incr__add_space: Let x be either the size of a newly
* newly inserted entry, or the number of bytes by which the
* size of an existing entry has been increased.
*
@@ -1058,9 +1058,9 @@ typedef struct H5C2_cache_entry_t
* expect to revisit the issue.
*
* flash_multiple: Double containing the multiple described above in the
- * H5C_flash_incr__add_space section of the discussion of the
+ * H5C2_flash_incr__add_space section of the discussion of the
* flash_incr_mode section. This field is ignored unless flash_incr_mode
- * is H5C_flash_incr__add_space.
+ * is H5C2_flash_incr__add_space.
*
* flash_threshold: Double containing the factor by which current max cache
* size is multiplied to obtain the size threshold for the add_space