[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Make SVN_STREAM_CHUNK_SIZE internal and tweak it

From: André Malo <nd_at_perlig.de>
Date: 2005-12-01 18:45:08 CET

* Peter N. Lundblad wrote:

> I wanted to put SVN__STREAM_CHUNK_SIZE in svn_private_config.h to avoid
> cluttering a public header with an internal constant, but that didn't
> work in mod_dav_svn, because Apache headers spits out its own autoconf
> generated macros for everyone to just swallow. I've made it internal,
> noted that in the docstring and hidden it from doxygen, so I did what I
> could:-)
>
> Any objections?

If you make it private, please add an accessor function to retrieve the
value. For example, the macro is also often used in bindings applications
as the default stream buffer size (see svn.fs SVN::CORE etc). Third party
apps might use it, too.

nd

-- 
Da fällt mir ein, wieso gibt es eigentlich in Unicode kein
"i" mit einem Herzchen als Tüpfelchen? Das wär sooo süüss!
                                 -- Björn Höhrmann in darw
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 1 19:01:44 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.