CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/12/02 06:41:27
Modified files:
usr.sbin/relayd: ca.c check_script.c config.c control.c hce.c
pfe.c pfe_route.c proc.c relay.c relay_udp.c
relayd.c relayd.h snmp.c
Log message:
In most cases we don't need all arguments of proc_compose*_imsg(),
so add a shortcut proc_compose*() that skips all of them. Only use the
full argument list if needed. The functions with full argument lists can
eventually be replaced with a nicer transaction-based approach later.
OK benno@