Replies to be transmitted to the client. More...
Data Fields | |
struct ClientResponse * | next |
This is a doubly-linked list. More... | |
struct ClientResponse * | prev |
This is a doubly-linked list. More... | |
struct GSF_LocalClient * | lc |
Client list entry this response belongs to. More... | |
size_t | msize |
Number of bytes in the response. More... | |
Replies to be transmitted to the client.
The actual response message is allocated after this struct.
Definition at line 105 of file gnunet-service-fs.c.
struct ClientResponse* ClientResponse::next |
This is a doubly-linked list.
Definition at line 110 of file gnunet-service-fs.c.
struct ClientResponse* ClientResponse::prev |
This is a doubly-linked list.
Definition at line 115 of file gnunet-service-fs.c.
struct GSF_LocalClient* ClientResponse::lc |
Client list entry this response belongs to.
Definition at line 120 of file gnunet-service-fs.c.
Referenced by client_disconnect_cb().
size_t ClientResponse::msize |
Number of bytes in the response.
Definition at line 125 of file gnunet-service-fs.c.