A request for an operation with another client. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/contrib/service/set/set.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_SET_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_SET_RequestMessage::header |
uint32_t GNUNET_SET_RequestMessage::accept_id |
ID of the to identify the request when accepting or rejecting it.
Definition at line 163 of file set.h.
Referenced by handle_incoming_msg().
struct GNUNET_PeerIdentity GNUNET_SET_RequestMessage::peer_id |
Identity of the requesting peer.
Definition at line 168 of file set.h.
Referenced by handle_incoming_msg().