GNUnet  0.20.0
AddressToStringContext Struct Reference

Context for address to string operations. More...

Collaboration diagram for AddressToStringContext:
[legend]

Data Fields

struct AddressToStringContextnext
 This is a doubly-linked list. More...
 
struct AddressToStringContextprev
 This is a doubly-linked list. More...
 
struct TransportClienttc
 Client that made the request. More...
 

Detailed Description

Context for address to string operations.

Definition at line 249 of file gnunet-service-transport.c.

Field Documentation

◆ next

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

◆ prev

struct AddressToStringContext* AddressToStringContext::prev

This is a doubly-linked list.

Definition at line 259 of file gnunet-service-transport.c.

◆ tc

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


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