Author: stefan2
Date: Mon Dec 2 18:35:29 2013
New Revision: 1547135
URL: http://svn.apache.org/r1547135
Log:
* subversion/include/svn_cache_config.h
(svn_cache_config_t): Add docstrings telling the devs to not extend
this structure. No functional change.
Modified:
subversion/trunk/subversion/include/svn_cache_config.h
Modified: subversion/trunk/subversion/include/svn_cache_config.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_cache_config.h?rev=1547135&r1=1547134&r2=1547135&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_cache_config.h (original)
+++ subversion/trunk/subversion/include/svn_cache_config.h Mon Dec 2 18:35:29
2013
@@ -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,