CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/02 08:31:15
Modified files:
usr.sbin/rpki-client: extern.h io.c main.c rsync.c
Log message:
Remove the last users of io_*_write functions that call io_simple_write()
internally. This is a step in direction of more async aware io in rpki-client.
Now everything uses a buffer which is then written.
OK tb@
