CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/03/26 04:01:51
Modified files: usr.sbin/rpki-client: main.c Log message: Rewrite poll loop a bit. Put the various message queues into an array with the same order as the pollfds. This way simple for loops can be used to setup and handle all cases but POLLIN. OK tb@