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>
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... | |
Message sent by ATS client to ATS service when an address was destroyed and must thus henceforth no longer be considered for scheduling.
struct GNUNET_MessageHeader AddressDestroyedMessage::header |
uint32_t AddressDestroyedMessage::session_id |
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().