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 220 of file gnunet-rest-server.c.
struct AcceptedRequest* AcceptedRequest::next |
struct AcceptedRequest* AcceptedRequest::prev |
DLL.
Definition at line 230 of file gnunet-rest-server.c.
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().
struct MhdConnectionHandle* AcceptedRequest::con_handle |
Definition at line 240 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 245 of file gnunet-rest-server.c.
Referenced by cleanup_ar(), do_accept(), and mhd_completed_cb().