diff options
Diffstat (limited to 'src/H5ACpublic.h')
-rw-r--r-- | src/H5ACpublic.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/H5ACpublic.h b/src/H5ACpublic.h index 76e5530..0ddef92 100644 --- a/src/H5ACpublic.h +++ b/src/H5ACpublic.h @@ -107,14 +107,9 @@ extern "C" { * The length of the path must not exceed H5AC__MAX_TRACE_FILE_NAME_LEN * characters. * - * set_evictions_enabled: Boolean flag indicating whether the cache - * evictions_enabled flag is to be set to the value specified - * in the evictions_enabled field below. - * * evictions_enabled: Boolean field used to either report the current - * evictions enabled status of the cache, or, when - * set_evictions_enabled is TRUE, to set the cache's evictions - * enabled status. + * evictions enabled status of the cache, or to set the cache's + * evictions enabled status. * * In general, the metadata cache should always be allowed to * evict entries. However, in some cases it is advantageous to @@ -346,7 +341,6 @@ typedef struct H5AC_cache_config_t hbool_t close_trace_file; char trace_file_name[H5AC__MAX_TRACE_FILE_NAME_LEN + 1]; - hbool_t set_evictions_enabled; hbool_t evictions_enabled; hbool_t set_initial_size; |