Hi Stefan, stef...@apache.org wrote on Mon, Jul 26, 2010 at 08:30:08 -0000: > Author: stefan2 > Date: Mon Jul 26 08:30:08 2010 > New Revision: 979193 > > URL: http://svn.apache.org/viewvc?rev=979193&view=rev > Log: > Provide a memcached-like implementation of svn_cache_t that does not have > the same latency and reliability issues. Detailed descriptions can be found in > the .c file. > > * subversion/include/private/svn_cache.h > (membuffer_cache_t): new opaque type
This symbol needs an svn_cache__ prefix in its name, please. We typically only use prefix-less symbols as private to a single source file. http://subversion.apache.org/docs/community-guide/community-guide.html#other-conventions Daniel