#include <time.h>
Data Fields | |
unsigned int | seconds |
unsigned int | nanoseconds |
The contents are exposed only to allow callers to avoid dynamic allocation.
Definition at line 39 of file time.h.
unsigned int isc_interval::seconds |
Definition at line 40 of file time.h.
Referenced by isc_interval_iszero(), isc_interval_set(), isc_time_add(), isc_time_nowplusinterval(), and isc_time_subtract().
unsigned int isc_interval::nanoseconds |
Definition at line 41 of file time.h.
Referenced by isc_interval_iszero(), isc_interval_set(), isc_time_add(), isc_time_nowplusinterval(), and isc_time_subtract().