Re: smtpd: internal cleanups, part 3

2016-11-17 Thread Gilles Chehade
On Thu, Nov 17, 2016 at 05:41:16PM +0100, Eric Faurot wrote: > Hi, > > Next step towards hiding the struct io internals. > > This diff adds new io_*() api functions for dealing with buffered data. > They are simple wrappers around their iobuf_*() counterpart, with better > names in some cases. >

smtpd: internal cleanups, part 3

2016-11-17 Thread Eric Faurot
Hi, Next step towards hiding the struct io internals. This diff adds new io_*() api functions for dealing with buffered data. They are simple wrappers around their iobuf_*() counterpart, with better names in some cases. The point is of course to be able remove the use of iobuf_*() in the rest of