GNUnet  0.20.0
GNUNET_ATS_SessionReleaseMessage Struct Reference

Message sent by ATS service to client to confirm that it is done using the given session ID. More...

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

Collaboration diagram for GNUNET_ATS_SessionReleaseMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type is GNUNET_MESSAGE_TYPE_ATS_SESSION_RELEASE. More...
 
uint32_t session_id
 Number the client used to identify the session. More...
 
struct GNUNET_PeerIdentity peer
 Which peer is this about? (Technically redundant, as the session_id should be sufficient, but may enable client to find the session faster). More...
 

Detailed Description

Message sent by ATS service to client to confirm that it is done using the given session ID.

Definition at line 217 of file ats.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_ATS_SessionReleaseMessage::header

Type is GNUNET_MESSAGE_TYPE_ATS_SESSION_RELEASE.

Definition at line 202 of file ats.h.

◆ session_id

uint32_t GNUNET_ATS_SessionReleaseMessage::session_id

Number the client used to identify the session.

Definition at line 227 of file ats.h.

Referenced by GAS_handle_address_destroyed(), and handle_ats_session_release().

◆ peer

struct GNUNET_PeerIdentity GNUNET_ATS_SessionReleaseMessage::peer

Which peer is this about? (Technically redundant, as the session_id should be sufficient, but may enable client to find the session faster).

Definition at line 227 of file ats.h.

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


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