GNUnet 0.21.1
GNUNET_NAT_AddressChangeNotificationMessage Struct Reference

Service notifying the client about changes in the set of addresses it has. More...

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

Collaboration diagram for GNUNET_NAT_AddressChangeNotificationMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Header with type GNUNET_MESSAGE_TYPE_NAT_ADDRESS_CHANGE. More...
 
int32_t add_remove
 GNUNET_YES to add, GNUNET_NO to remove the address from the list. More...
 
uint32_t addr_class
 Type of the address, an enum GNUNET_NAT_AddressClass in NBO. More...
 

Detailed Description

Service notifying the client about changes in the set of addresses it has.

Definition at line 201 of file nat.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_NAT_AddressChangeNotificationMessage::header

◆ add_remove

int32_t GNUNET_NAT_AddressChangeNotificationMessage::add_remove

GNUNET_YES to add, GNUNET_NO to remove the address from the list.

Definition at line 211 of file nat.h.

Referenced by handle_address_change_notification().

◆ addr_class

uint32_t GNUNET_NAT_AddressChangeNotificationMessage::addr_class

Type of the address, an enum GNUNET_NAT_AddressClass in NBO.

Definition at line 216 of file nat.h.

Referenced by handle_address_change_notification().


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