You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <d....@daniel.shahaf.name> on 2010/07/27 18:37:56 UTC

Re: svn commit: r979193 - in /subversion/branches/performance/subversion: include/private/svn_cache.h libsvn_subr/cache-membuffer.c

Hi Stefan,

stefan2@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