Add address to the list. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/transport/transport.h>
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... | |
Add address to the list.
Definition at line 286 of file transport.h.
struct GNUNET_MessageHeader GNUNET_TRANSPORT_AddAddressMessage::header |
Type will be GNUNET_MESSAGE_TYPE_TRANSPORT_ADD_ADDRESS.
Definition at line 291 of file transport.h.
Referenced by handle_add_address().
uint32_t GNUNET_TRANSPORT_AddAddressMessage::aid |
Address identifier (used during deletion).
Definition at line 296 of file transport.h.
Referenced by handle_add_address().
struct GNUNET_TIME_RelativeNBO GNUNET_TRANSPORT_AddAddressMessage::expiration |
When does the address expire?
Definition at line 301 of file transport.h.
Referenced by handle_add_address(), and send_add_address().
uint32_t GNUNET_TRANSPORT_AddAddressMessage::nt |
An enum GNUNET_NetworkType
in NBO.
Definition at line 306 of file transport.h.
Referenced by handle_add_address(), and send_add_address().