timeval struct alias, defined as
struct timeval { time_t tv_sec; // UNIX time in s int tv_usec; // µs in the current second }
See Implementation
timeval struct alias, defined as