![]() |
GNUnet
0.11.x
|
Accepted requests. More...
Data Fields | |
struct AcceptedRequest * | next |
DLL. More... | |
struct AcceptedRequest * | prev |
DLL. More... | |
struct GNUNET_NETWORK_Handle * | sock |
Socket. More... | |
struct MhdConnectionHandle * | con_handle |
Connection. More... | |
int | socket_with_mhd |
State. More... | |
Accepted requests.
Definition at line 190 of file gnunet-rest-server.c.
struct AcceptedRequest* AcceptedRequest::next |
struct AcceptedRequest* AcceptedRequest::prev |
DLL.
Definition at line 200 of file gnunet-rest-server.c.
struct GNUNET_NETWORK_Handle* AcceptedRequest::sock |
Socket.
Definition at line 205 of file gnunet-rest-server.c.
Referenced by cleanup_ar(), do_accept(), and mhd_connection_cb().
struct MhdConnectionHandle* AcceptedRequest::con_handle |
Connection.
Definition at line 210 of file gnunet-rest-server.c.
Referenced by cleanup_ar(), create_response(), and mhd_completed_cb().
int AcceptedRequest::socket_with_mhd |
State.
Definition at line 215 of file gnunet-rest-server.c.
Referenced by cleanup_ar(), do_accept(), and mhd_completed_cb().