Context for address to string operations. More...
Data Fields | |
struct AddressToStringContext * | next |
This is a doubly-linked list. More... | |
struct AddressToStringContext * | prev |
This is a doubly-linked list. More... | |
struct TransportClient * | tc |
Client that made the request. More... | |
Context for address to string operations.
Definition at line 249 of file gnunet-service-transport.c.
struct AddressToStringContext* AddressToStringContext::next |
This is a doubly-linked list.
Definition at line 254 of file gnunet-service-transport.c.
Referenced by client_disconnect_cb().
struct AddressToStringContext* AddressToStringContext::prev |
This is a doubly-linked list.
Definition at line 259 of file gnunet-service-transport.c.
struct TransportClient* AddressToStringContext::tc |
Client that made the request.
Definition at line 264 of file gnunet-service-transport.c.
Referenced by handle_client_address_to_string(), and transmit_address_to_client().