Context for the address lookup. More...
Data Fields | |
GNUNET_TRANSPORT_AddressToStringCallback | cb |
Function to call with the human-readable address. More... | |
void * | cb_cls |
Closure for cb. More... | |
struct GNUNET_MQ_Handle * | mq |
Connection to the service. More... | |
Context for the address lookup.
Definition at line 36 of file transport_api_address_to_string.c.
GNUNET_TRANSPORT_AddressToStringCallback GNUNET_TRANSPORT_AddressToStringContext::cb |
Function to call with the human-readable address.
Definition at line 41 of file transport_api_address_to_string.c.
Referenced by GNUNET_TRANSPORT_address_to_string(), handle_reply(), and mq_error_handler().
void* GNUNET_TRANSPORT_AddressToStringContext::cb_cls |
Closure for cb.
Definition at line 46 of file transport_api_address_to_string.c.
Referenced by GNUNET_TRANSPORT_address_to_string(), handle_reply(), and mq_error_handler().
struct GNUNET_MQ_Handle* GNUNET_TRANSPORT_AddressToStringContext::mq |
Connection to the service.
Definition at line 51 of file transport_api_address_to_string.c.
Referenced by GNUNET_TRANSPORT_address_to_string(), and GNUNET_TRANSPORT_address_to_string_cancel().