mirror of
https://github.com/opnsense/src.git
synced 2026-03-28 13:43:12 -04:00
/*
* Structure defined by POSIX.4 to be like a timeval.
*/
struct timespec {
time_t ts_sec; /* seconds */
long ts_nsec; /* and nanoseconds */
};
The correct names of the fields are tv_sec and tv_nsec.
Reminded by: James Drobina <jdrobina@infinet.com>
|
||
|---|---|---|
| .. | ||
| ext2fs | ||
| fs/ext2fs | ||
| i386 | ||
| isdn | ||