GNUnet  0.20.0
AddressDestroyedMessage Struct Reference

Message sent by ATS client to ATS service when an address was destroyed and must thus henceforth no longer be considered for scheduling. More...

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

Collaboration diagram for AddressDestroyedMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_ATS_ADDRESS_DESTROYED. More...
 
uint32_t session_id
 Internal number this client uses to refer to this address. More...
 
struct GNUNET_PeerIdentity peer
 Which peer is this about? (Technically redundant, as the session_id should be sufficient, but enables ATS service to find the session faster). More...
 

Detailed Description

Message sent by ATS client to ATS service when an address was destroyed and must thus henceforth no longer be considered for scheduling.

Definition at line 192 of file ats.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader AddressDestroyedMessage::header

Type is GNUNET_MESSAGE_TYPE_ATS_ADDRESS_DESTROYED.

Definition at line 171 of file ats.h.

◆ session_id

uint32_t AddressDestroyedMessage::session_id

Internal number this client uses to refer to this address.

Definition at line 202 of file ats.h.

◆ peer

struct GNUNET_PeerIdentity AddressDestroyedMessage::peer

Which peer is this about? (Technically redundant, as the session_id should be sufficient, but enables ATS service to find the session faster).

Definition at line 202 of file ats.h.

Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), and gnunet_testing.EqualStatisticsCondition::evaluate().


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