On Sat, 2002-08-31 at 19:55, gstein@tigris.org wrote:
> While as OSCON, I was talking with some people who want to embed SVN
> in their program. In order to dynamically allocate some of the
> structures, they need a context pointer to hold their private state
> (e.g. the target of a thunking vtable layer). To help these people
> out, we simply add a little context field to some of our structures.
> Normally, this will be NULL (especially if the structure is statically
> allocated constant data).
I don't understand why they can't aggregate an svn_delta_editor_t with a
void * themselves. Why are we polluting our structures?
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 1 17:33:07 2002