![]() |
||||||||||||||||||||
ix_ossl_time_t Struct ReferenceThis type defines OSSL time.
More...
|
Data Fields | |
unsigned long | tv_sec |
seconds | |
unsigned long | tv_nsec |
nanoseconds [1, 999,999,999] |
The ix_ossl_time_t struct has two fields. 'sec' and 'nsec'. Time value is computed as: sec * 10^9 + nsec
Definition at line 224 of file ix_ossl.h.
|
nanoseconds [1, 999,999,999]
|
|
seconds
|