GNUnet 0.22.2
GNUNET_TIME_Timestamp Struct Reference

Time for timestamps used by GNUnet, in microseconds rounded to seconds. More...

#include <gnunet_time_lib.h>

Collaboration diagram for GNUNET_TIME_Timestamp:
[legend]

Data Fields

struct GNUNET_TIME_Absolute abs_time
 The actual value. More...
 

Detailed Description

Time for timestamps used by GNUnet, in microseconds rounded to seconds.

Definition at line 65 of file gnunet_time_lib.h.

Field Documentation

◆ abs_time

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().


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