CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/18 06:02:37
Modified files:
usr.sbin/relayd: proc.c relayd.h
Log message:
The proc.c code sets up some socketpair for the communication between
different privsep processes. The implementation is using
multi-dimensional arrays and and some complicated process to process
relations. This is the first attempt of cleaning it up and to allow
N:N communications for the upcoming "CA" processes.
Discussed with some, but nobody dared to comment on the code.