Re: rpki-client refactor process startup

2022-04-11 Thread Theo Buehler
On Mon, Apr 11, 2022 at 04:43:33PM +0200, Claudio Jeker wrote: > rpki-client starts a few processes and it can do this a bit more elegant > by factoring the common code out into process_start(). This makes the code > in main a fair bit shorter. > > I decided to move all pledge calles into the indi

rpki-client refactor process startup

2022-04-11 Thread Claudio Jeker
rpki-client starts a few processes and it can do this a bit more elegant by factoring the common code out into process_start(). This makes the code in main a fair bit shorter. I decided to move all pledge calles into the individual processes. In my opinion there is little benefit in keeping them i