Time for timestamps used by GNUnet, in microseconds rounded to seconds. More...
#include <gnunet_time_lib.h>
Data Fields | |
struct GNUNET_TIME_Absolute | abs_time |
The actual value. More... | |
Time for timestamps used by GNUnet, in microseconds rounded to seconds.
Definition at line 65 of file gnunet_time_lib.h.
struct GNUNET_TIME_Absolute GNUNET_TIME_Timestamp::abs_time |
The actual value.
Must be a round number of seconds in microseconds, or UINT64_MAX to represent "never".
Definition at line 71 of file gnunet_time_lib.h.
Referenced by extract_timestamp(), GNUNET_JSON_from_timestamp(), GNUNET_STRINGS_fancy_time_to_timestamp(), GNUNET_TIME_absolute_to_timestamp(), GNUNET_TIME_timestamp2s(), GNUNET_TIME_timestamp_to_s(), parse_timestamp(), and qconv_array().