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

Re: CVS update: subversion/subversion/libsvn_fs tree.c

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-03-10 18:56:44 CET

On Sat, Mar 10, 2001 at 05:49:45PM -0000, gstein@tigris.org wrote:
>...
> --- tree.c 2001/03/10 06:51:17 1.38
> +++ tree.c 2001/03/10 17:49:45 1.39
> @@ -591,6 +591,64 @@
> return SVN_NO_ERROR;
> }
>
> +struct is_kind_args {
> + int (*query)(dag_node_t *node);
> + svn_fs_root_t *root;
> + const char *path;
> +
> + int result; /* OUT parameter */
> +};

Any problem with converting some of the other _args structures to use an
"out" field(s), rather than a pointer to memory to change? The field is much
simpler to deal with.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:25 2006

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.