GNUnet  0.20.0
GNUNET_TRANSPORT_AddressToStringContext Struct Reference

Context for the address lookup. More...

Collaboration diagram for GNUNET_TRANSPORT_AddressToStringContext:
[legend]

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_Handlemq
 Connection to the service. More...
 

Detailed Description

Context for the address lookup.

Definition at line 36 of file transport_api_address_to_string.c.

Field Documentation

◆ cb

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().

◆ cb_cls

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().

◆ mq

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().


The documentation for this struct was generated from the following file: