Handle for a set operation request from another peer. More...
Data Fields | |
uint32_t | accept_id |
Id of the request, used to identify the request when accepting/rejecting it. More... | |
int | accepted |
Has the request been accepted already? GNUNET_YES/GNUNET_NO. More... | |
Handle for a set operation request from another peer.
Definition at line 74 of file setu_api.c.
uint32_t GNUNET_SETU_Request::accept_id |
Id of the request, used to identify the request when accepting/rejecting it.
Definition at line 80 of file setu_api.c.
Referenced by handle_request().
int GNUNET_SETU_Request::accepted |
Has the request been accepted already? GNUNET_YES/GNUNET_NO.
Definition at line 86 of file setu_api.c.
Referenced by handle_request().