GNUnet 0.21.1
GNUNET_SETI_Request Struct Reference

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...
 

Detailed Description

Handle for a set operation request from another peer.

Definition at line 85 of file seti_api.c.

Field Documentation

◆ accept_id

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().

◆ accepted

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().


The documentation for this struct was generated from the following file: