A request for an operation with another client. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/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 |
uint32_t GNUNET_SETU_RequestMessage::accept_id |
ID of the to identify the request when accepting or rejecting it.
Definition at line 185 of file setu.h.
Referenced by handle_incoming_msg().
struct GNUNET_PeerIdentity GNUNET_SETU_RequestMessage::peer_id |
Identity of the requesting peer.
Definition at line 190 of file setu.h.
Referenced by handle_incoming_msg().