You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@newton.ch.collab.net> on 2001/02/20 22:53:08 UTC

dag_close?


Jim,

Why is this thus?  What does it mean to close a dag_node_t?  Free it?

/* Close NODE.  */
void svn_fs__dag_close (dag_node_t *node);

Re: dag_close?

Posted by Jim Blandy <ji...@zwingli.cygnus.com>.
Ben Collins-Sussman <su...@newton.ch.collab.net> writes:
> Why is this thus?

What is the reason for this thusness?

> What does it mean to close a dag_node_t?  Free it?
> 
> /* Close NODE.  */
> void svn_fs__dag_close (dag_node_t *node); 

Yeah.