summaryrefslogtreecommitdiffstats
path: root/src/H5ACpublic.h
diff options
context:
space:
mode:
authorJohn Mainzer <mainzer@hdfgroup.org>2007-08-10 09:50:48 (GMT)
committerJohn Mainzer <mainzer@hdfgroup.org>2007-08-10 09:50:48 (GMT)
commitc5cdb7d9577f4b2b8238cad5f148e7c2dba05141 (patch)
tree2b93afe9d18e254fa9c28c12578633dbc0f41b1b /src/H5ACpublic.h
parentb742150e4c2bc115c531bc285a86dc38153594ca (diff)
downloadhdf5-c5cdb7d9577f4b2b8238cad5f148e7c2dba05141.zip
hdf5-c5cdb7d9577f4b2b8238cad5f148e7c2dba05141.tar.gz
hdf5-c5cdb7d9577f4b2b8238cad5f148e7c2dba05141.tar.bz2
[svn-r14065] Second try at checking in the "cork the cache" modification.
First attempt contained slightly dated versions of the files listed below. Must also note that the mods were tested with h5committest, and two other linux builds.
Diffstat (limited to 'src/H5ACpublic.h')
-rw-r--r--src/H5ACpublic.h10
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;