GNUnet 0.21.2
GNUNET_SET_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 115 of file set_api.c.

Field Documentation

◆ accept_id

uint32_t GNUNET_SET_Request::accept_id

Id of the request, used to identify the request when accepting/rejecting it.

Definition at line 121 of file set_api.c.

Referenced by handle_request().

◆ accepted

int GNUNET_SET_Request::accepted

Has the request been accepted already? GNUNET_YES/GNUNET_NO.

Definition at line 127 of file set_api.c.

Referenced by handle_request().


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