timespec64 Struct Reference

#include <gnc-date.h>


Detailed Description

Use a 64-bit unsigned int timespec.

struct timespec64 is just like the unix 'struct timespec' except that we use a 64-bit unsigned int to store the seconds. This should adequately cover dates in the distant future as well as the distant past, as long as they're not more than a couple dozen times the age of the universe. Values of this type can range from 0 to 18,446,744,073,709,551,615.

Definition at line 155 of file gnc-date.h.

Data Fields

guint64 tv_sec
glong tv_nsec


The documentation for this struct was generated from the following file:
Generated on Fri May 12 18:00:35 2006 for QOF by  doxygen 1.4.4