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 85 of file seti_api.c.
uint32_t GNUNET_SETI_Request::accept_id |
Id of the request, used to identify the request when accepting/rejecting it.
Definition at line 91 of file seti_api.c.
Referenced by handle_request().
int GNUNET_SETI_Request::accepted |
Has the request been accepted already? GNUNET_YES/GNUNET_NO.
Definition at line 97 of file seti_api.c.
Referenced by handle_request().