CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/09 04:51:18
Modified files:
usr.sbin/bgpd : bgpd.h session.c session.h
Log message:
Convert last_updown and last_read from time(3) to use getmonotime()
which returns clock_gettime(2) with CLOCK_MONOTONIC. While doing that
introduce last_write for symetry.
OK denis@
