CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/20 08:48:29
Modified files:
usr.sbin/relayd: proc.c relayd.c relayd.h
Log message:
Reimplement the multi-dimensional arrays that are used to set up the
process to process imsg communication. It became a maze after we
added support for multiple relay processes and even worse with the ca
processes. This change makes it easier to understand. Now it only
opens socketpairs that are needed - the code previously wasted lots of
fds.
ok blambert@