![]() |
GNUnet
0.11.x
|
A request for an operation with another client. More...
#include </home/handbook/gnunet/src/setu/setu.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_SETU_REQUEST. More... | |
uint32_t | accept_id |
ID of the to identify the request when accepting or rejecting it. More... | |
struct GNUNET_PeerIdentity | peer_id |
Identity of the requesting peer. More... | |
struct GNUNET_MessageHeader GNUNET_SETU_RequestMessage::header |
Type: GNUNET_MESSAGE_TYPE_SETU_REQUEST.
Definition at line 153 of file setu.h.
Referenced by check_request().
uint32_t GNUNET_SETU_RequestMessage::accept_id |
ID of the to identify the request when accepting or rejecting it.
Definition at line 159 of file setu.h.
Referenced by handle_incoming_msg(), and handle_request().
struct GNUNET_PeerIdentity GNUNET_SETU_RequestMessage::peer_id |
Identity of the requesting peer.
Definition at line 164 of file setu.h.
Referenced by handle_incoming_msg(), and handle_request().