GNUnet 0.21.1
GNUNET_TIME_AbsoluteNBO Struct Reference

Time for absolute time used by GNUnet, in microseconds and in network byte order. More...

#include <gnunet_time_lib.h>

Data Fields

uint64_t abs_value_us__
 The actual value (in network byte order). More...
 

Detailed Description

Time for absolute time used by GNUnet, in microseconds and in network byte order.

Definition at line 101 of file gnunet_time_lib.h.

Field Documentation

◆ abs_value_us__

uint64_t GNUNET_TIME_AbsoluteNBO::abs_value_us__

The actual value (in network byte order).

Definition at line 106 of file gnunet_time_lib.h.

Referenced by block_create_ecdsa(), block_create_eddsa(), block_decrypt_ecdsa(), block_decrypt_eddsa(), and GNUNET_TIME_absolute_get_monotonic().


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