Entry in linked list for all offer-HELLO requests. More...
Data Fields | |
struct GNUNET_MQ_Handle * | mq |
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... | |
Entry in linked list for all offer-HELLO requests.
Definition at line 36 of file transport_api_offer_hello.c.
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().
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().
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().