[dovecot-cvs] dovecot/src/lib ostream.h,1.15,1.15.2.1

tss at dovecot.org tss at dovecot.org
Sun Mar 11 01:45:59 EET 2007


Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv6965

Modified Files:
      Tag: branch_1_0
	ostream.h 
Log Message:
Updated o_stream_send_istream() comments



Index: ostream.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/ostream.h,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -u -d -r1.15 -r1.15.2.1
--- ostream.h	26 Feb 2006 10:05:06 -0000	1.15
+++ ostream.h	10 Mar 2007 23:45:57 -0000	1.15.2.1
@@ -71,6 +71,10 @@
    Note that this function may block if either instream or outstream is
    blocking.
 
+   Also note that this function may not add anything to the output buffer, so
+   if you want the flush callback to be called when more data can be written,
+   you'll need to call o_stream_set_flush_pending() manually.
+
    It's also possible to use this function to copy data within same file
    descriptor. If the file must be grown, you have to do it manually before
    calling this function. */



More information about the dovecot-cvs mailing list