0bb5678d8e52e006c68203594ce48485a8682b79 |
|
09-Oct-2017 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
lib: ostream-multiplex - set ostream_private.parent
Unlike with istream-multiplex, there are no issues with I/Os. Only the
parent stream will have the I/O. Using the default parent adds the
missing methods that otherwise would have needed to be implemented:
- cork
- flush_pending
- switch_ioloop |