![]() |
GNUnet
0.11.x
|
A request for an operation with another client. More...
#include </home/handbook/gnunet/src/seti/seti.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_SETI_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_SETI_RequestMessage::header |
Type: GNUNET_MESSAGE_TYPE_SETI_REQUEST.
Definition at line 128 of file seti.h.
Referenced by check_request().
uint32_t GNUNET_SETI_RequestMessage::accept_id |
ID of the to identify the request when accepting or rejecting it.
Definition at line 134 of file seti.h.
Referenced by handle_incoming_msg(), and handle_request().
struct GNUNET_PeerIdentity GNUNET_SETI_RequestMessage::peer_id |
Identity of the requesting peer.
Definition at line 139 of file seti.h.
Referenced by handle_incoming_msg(), and handle_request().