[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: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2001-03-10 20:57:23 CET

Greg Stein <gstein@lyra.org> writes:
> >
> > +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.

+1
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.