Re: rpki-client proc_parser cleanup

2021-10-25 Thread Theo Buehler
On Mon, Oct 25, 2021 at 07:50:46PM +0200, Claudio Jeker wrote: > Refactor this code and instead of passing various things around just use > globals. ok with two small nits: > @@ -560,14 +622,6 @@ proc_parser(int fd) > if ((pfd.revents & POLLHUP)) > break; > >

rpki-client proc_parser cleanup

2021-10-25 Thread Claudio Jeker
Refactor this code and instead of passing various things around just use globals. -- :wq Claudio Index: parser.c === RCS file: /cvs/src/usr.sbin/rpki-client/parser.c,v retrieving revision 1.16 diff -u -p -r1.16 parser.c --- parser.c