Doubly-linked list of requests we are performing on behalf of the same client. More...
Data Fields | |
struct ClientRequest * | next |
This is a doubly-linked list. More... | |
struct ClientRequest * | prev |
This is a doubly-linked list. More... | |
struct GSF_PendingRequest * | pr |
Request this entry represents. More... | |
struct GSF_LocalClient * | lc |
Client list this request belongs to. More... | |
struct GNUNET_SCHEDULER_Task * | kill_task |
Task scheduled to destroy the request. More... | |
Doubly-linked list of requests we are performing on behalf of the same client.
Definition at line 72 of file gnunet-service-fs.c.
struct ClientRequest* ClientRequest::next |
This is a doubly-linked list.
Definition at line 77 of file gnunet-service-fs.c.
Referenced by handle_client_start_search().
struct ClientRequest* ClientRequest::prev |
This is a doubly-linked list.
Definition at line 82 of file gnunet-service-fs.c.
struct GSF_PendingRequest* ClientRequest::pr |
Request this entry represents.
Definition at line 87 of file gnunet-service-fs.c.
Referenced by client_request_destroy(), client_response_handler(), and handle_client_start_search().
struct GSF_LocalClient* ClientRequest::lc |
Client list this request belongs to.
Definition at line 92 of file gnunet-service-fs.c.
Referenced by client_request_destroy(), client_response_handler(), and handle_client_start_search().
struct GNUNET_SCHEDULER_Task* ClientRequest::kill_task |
Task scheduled to destroy the request.
Definition at line 97 of file gnunet-service-fs.c.
Referenced by client_disconnect_cb(), client_request_destroy(), and client_response_handler().