GNUnet  0.20.0
GNUNET_TRANSPORT_OfferHelloHandle Struct Reference

Entry in linked list for all offer-HELLO requests. More...

Collaboration diagram for GNUNET_TRANSPORT_OfferHelloHandle:
[legend]

Data Fields

struct GNUNET_MQ_Handlemq
 Transport service handle we use for transmission. More...
 
GNUNET_SCHEDULER_TaskCallback cont
 Function to call once we are done. More...
 
void * cls
 Closure for cont. More...
 

Detailed Description

Entry in linked list for all offer-HELLO requests.

Definition at line 36 of file transport_api_offer_hello.c.

Field Documentation

◆ mq

struct GNUNET_MQ_Handle* GNUNET_TRANSPORT_OfferHelloHandle::mq

Transport service handle we use for transmission.

Definition at line 41 of file transport_api_offer_hello.c.

Referenced by GNUNET_TRANSPORT_offer_hello(), and GNUNET_TRANSPORT_offer_hello_cancel().

◆ cont

GNUNET_SCHEDULER_TaskCallback GNUNET_TRANSPORT_OfferHelloHandle::cont

Function to call once we are done.

Definition at line 46 of file transport_api_offer_hello.c.

Referenced by finished_hello(), and GNUNET_TRANSPORT_offer_hello().

◆ cls

void* GNUNET_TRANSPORT_OfferHelloHandle::cls

Closure for cont.

Definition at line 51 of file transport_api_offer_hello.c.

Referenced by finished_hello(), and GNUNET_TRANSPORT_offer_hello().


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