Synopsis
typedef struct {
  time_t tv_sec;
  long tv_nsec;
} timespec;
Description

timespec structure has the following fields.

Member Description
tv_sec the number of seconds since the epoch
tv_nsect the number of nanoseconds