diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2017-08-05 16:22:51 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2017-08-05 16:22:51 +0000 |
commit | cf46733632c7279a9fd0fe6ce26f9185a4ae82a9 (patch) | |
tree | da27775a2161723ef342e91af41a8b51fedef405 /subversion/include/svn_cache_config.h | |
parent | bb0ef45f7c46b0ae221b26265ef98a768c33f820 (diff) | |
download | subversion-tarball-master.tar.gz |
subversion-1.9.7HEADsubversion-1.9.7master
Diffstat (limited to 'subversion/include/svn_cache_config.h')
-rw-r--r-- | subversion/include/svn_cache_config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/subversion/include/svn_cache_config.h b/subversion/include/svn_cache_config.h index b03a079..2db619a 100644 --- a/subversion/include/svn_cache_config.h +++ b/subversion/include/svn_cache_config.h @@ -41,6 +41,9 @@ extern "C" { /** Cache resource settings. It controls what caches, in what size and how they will be created. The settings apply for the whole process. + @note Do not extend this data structure as this would break binary + compatibility. + @since New in 1.7. */ typedef struct svn_cache_config_t @@ -56,6 +59,8 @@ typedef struct svn_cache_config_t /** is this application guaranteed to be single-threaded? */ svn_boolean_t single_threaded; + + /* DON'T add new members here. Bump struct and API version instead. */ } svn_cache_config_t; /** Get the current cache configuration. If it has not been set, |