Re: bgpctl switch ometric to timespec

2022-12-12 Thread Theo Buehler
On Fri, Dec 09, 2022 at 12:56:44PM +0100, Claudio Jeker wrote: > cheloha@ switched the bgpctl code to use struct timespec and a monotonic > clock. Adjust the ometric code to use a timespec internally so that there > is no need to convert from timespec to timeval. ok tb

bgpctl switch ometric to timespec

2022-12-09 Thread Claudio Jeker
cheloha@ switched the bgpctl code to use struct timespec and a monotonic clock. Adjust the ometric code to use a timespec internally so that there is no need to convert from timespec to timeval. -- :wq Claudio Index: ometric.c === R