NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
timespec Struct Reference

Time value with nanosecond precision. More...

#include "file.h"

Data Fields

time_t tv_sec
 Number of seconds since the epoch.
 
long tv_nsec
 Number of nanosecond, on top.
 

Detailed Description

Time value with nanosecond precision.

Definition at line 50 of file file.h.

Field Documentation

◆ tv_sec

time_t timespec::tv_sec

Number of seconds since the epoch.

Definition at line 52 of file file.h.

◆ tv_nsec

long timespec::tv_nsec

Number of nanosecond, on top.

Definition at line 53 of file file.h.


The documentation for this struct was generated from the following file: