| Re: Subversion generic streams
From: Greg Hudson <ghudson_at_MIT.EDU>
 Date: 2000-12-12 16:34:43 CET 
> Is it possible to design a decent generic stream system that is very
 Seems easy to me.  What I'm talking about is a very minor tweak on
 >       struct read_string *rs;
 >       rs = NEW (pool, struct read_string);
 >       *contents_p = read_string_fn;
 For what I had in mind, the last two lines would be:
         *stream = svn_stream_create (rs);
 and that's the only difference.
 | 
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.