GNUnet 0.21.1
AcceptedRequest Struct Reference

Accepted requests. More...

Collaboration diagram for AcceptedRequest:
[legend]

Data Fields

struct AcceptedRequestnext
 DLL. More...
 
struct AcceptedRequestprev
 DLL. More...
 
struct GNUNET_NETWORK_Handlesock
 Socket. More...
 
struct MhdConnectionHandlecon_handle
 Connection. More...
 
int socket_with_mhd
 State. More...
 

Detailed Description

Accepted requests.

Definition at line 220 of file gnunet-rest-server.c.

Field Documentation

◆ next

struct AcceptedRequest* AcceptedRequest::next

DLL.

Definition at line 225 of file gnunet-rest-server.c.

Referenced by mhd_connection_cb().

◆ prev

struct AcceptedRequest* AcceptedRequest::prev

DLL.

Definition at line 230 of file gnunet-rest-server.c.

◆ sock

struct GNUNET_NETWORK_Handle* AcceptedRequest::sock

Socket.

Definition at line 235 of file gnunet-rest-server.c.

Referenced by cleanup_ar(), do_accept(), and mhd_connection_cb().

◆ con_handle

struct MhdConnectionHandle* AcceptedRequest::con_handle

Connection.

Definition at line 240 of file gnunet-rest-server.c.

Referenced by cleanup_ar(), create_response(), and mhd_completed_cb().

◆ socket_with_mhd

int AcceptedRequest::socket_with_mhd

State.

Definition at line 245 of file gnunet-rest-server.c.

Referenced by cleanup_ar(), do_accept(), and mhd_completed_cb().


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