quasardb C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
qdb_timespec_t Struct Reference

A structure representing an elapsed time since epoch (cross-platform equivalent of timespec structure) More...

#include <client.h>

Data Fields

qdb_time_t tv_sec
 number of whole seconds of elapsed time
 
qdb_time_t tv_nsec
 

Detailed Description

A structure representing an elapsed time since epoch (cross-platform equivalent of timespec structure)

Field Documentation

qdb_time_t qdb_timespec_t::tv_nsec

rest of the elapsed time, represented as a number of nanoseconds, always less than one billion


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