CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/12 02:51:04
Modified files:
usr.sbin/bgpctl: ometric.c ometric.h output_ometric.c
Log message:
Since bgpctl uses clock_gettime() and struct timespec switch ometric code
over to handle struct timespec instead of struct timeval. This way no
extra conversion is needed.
OK tb@
