[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
- Previous message: [dovecot-cvs] dovecot/src/master mail-process.c, 1.96.2.15, 1.96.2.16 master-settings-defs.c, 1.1.2.4, 1.1.2.5 master-settings.c, 1.125.2.26, 1.125.2.27 master-settings.h, 1.83.2.9, 1.83.2.10
- Next message: [dovecot-cvs] dovecot/src/lib ostream.h,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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. */
- Previous message: [dovecot-cvs] dovecot/src/master mail-process.c, 1.96.2.15, 1.96.2.16 master-settings-defs.c, 1.1.2.4, 1.1.2.5 master-settings.c, 1.125.2.26, 1.125.2.27 master-settings.h, 1.83.2.9, 1.83.2.10
- Next message: [dovecot-cvs] dovecot/src/lib ostream.h,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list