GNUnet 0.22.2
GNUNET_TIME_RelativeNBO Struct Reference

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

#include <gnunet_time_lib.h>

Data Fields

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

Detailed Description

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

Definition at line 92 of file gnunet_time_lib.h.

Field Documentation

◆ rel_value_us__

uint64_t GNUNET_TIME_RelativeNBO::rel_value_us__

The actual value (in network byte order).

UINT64_MAX represents "forever".

Definition at line 98 of file gnunet_time_lib.h.


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