CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/28 04:01:52
Modified files:
usr.sbin/traceroute: traceroute.c traceroute.h worker.c
Log message:
introduce struct tr_conf to keep all of the configuration.
Functions needing access to any of those vars get it passed as a parameter.
result: even less global vars.
ok florian@
