![]() |
GNUnet
0.11.x
|
Message sent by ATS service to client to confirm that it is done using the given session ID. More...
#include </home/handbook/gnunet/src/ats/ats.h>
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... | |
Message sent by ATS service to client to confirm that it is done using the given session ID.
struct GNUNET_MessageHeader GNUNET_ATS_SessionReleaseMessage::header |
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().
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 234 of file ats.h.
Referenced by GAS_handle_address_destroyed().