GNUnet 0.21.1
GNUNET_TRANSPORT_AddAddressMessage Struct Reference

Add address to the list. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/transport/transport.h>

Collaboration diagram for GNUNET_TRANSPORT_AddAddressMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_ADD_ADDRESS. More...
 
uint32_t aid
 Address identifier (used during deletion). More...
 
struct GNUNET_TIME_RelativeNBO expiration
 When does the address expire? More...
 
uint32_t nt
 An enum GNUNET_NetworkType in NBO. More...
 

Detailed Description

Add address to the list.

Definition at line 281 of file transport.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_TRANSPORT_AddAddressMessage::header

Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_ADD_ADDRESS.

Definition at line 286 of file transport.h.

Referenced by handle_add_address().

◆ aid

uint32_t GNUNET_TRANSPORT_AddAddressMessage::aid

Address identifier (used during deletion).

Definition at line 291 of file transport.h.

Referenced by handle_add_address().

◆ expiration

struct GNUNET_TIME_RelativeNBO GNUNET_TRANSPORT_AddAddressMessage::expiration

When does the address expire?

Definition at line 296 of file transport.h.

Referenced by handle_add_address(), and send_add_address().

◆ nt

uint32_t GNUNET_TRANSPORT_AddAddressMessage::nt

An enum GNUNET_NetworkType in NBO.

Definition at line 301 of file transport.h.

Referenced by handle_add_address(), and send_add_address().


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