CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/27 03:17:19
Modified files:
usr.sbin/snmpd : application.c application.h
application_agentx.c application_internal.c
smi.c smi.h snmpd.c snmpd.h trap.c
Log message:
Implement appl_sysuptime() in favour of smi_getticks().
appl_sysuptime() uses CLOCK_MONOTONIC instead of gettimeofday(), works
on a per context basis as per RFC2741, and puts it in a sane namespace.
Makes sense to tb@
OK jmatthew@
