iv_time (3) Linux Manual Page
NAME iv_now, iv_validate_now, iv_invalidate_now – ivykis time handling SYNOPSIS #include <iv.h> extern struct timespec iv_now; void iv_validate_now(void); void iv_invalidate_now(void); DESCRIPTION iv_now is a global variable that reflects the current time-of-day. Applications written to the ivykis API generally require to know the current time-of-day in many places, and therefore effort is done to cache this quantity….
