Context data for operations on second peer in local overlay connection contexts. More...
Data Fields | |
struct GNUNET_TRANSPORT_OfferHelloHandle * | ohh |
The handle for offering the HELLO of the first peer to the second peer. More... | |
struct ConnectivitySuggestContext | tcc |
The transport ConnectivitySuggestContext. More... | |
Context data for operations on second peer in local overlay connection contexts.
Definition at line 104 of file gnunet-service-testbed_oc.c.
struct GNUNET_TRANSPORT_OfferHelloHandle* LocalPeer2Context::ohh |
The handle for offering the HELLO of the first peer to the second peer.
Definition at line 110 of file gnunet-service-testbed_oc.c.
Referenced by cleanup_occ_lp2c(), occ_hello_sent_cb(), and send_hello().
struct ConnectivitySuggestContext LocalPeer2Context::tcc |
The transport ConnectivitySuggestContext.
Definition at line 110 of file gnunet-service-testbed_oc.c.
Referenced by cleanup_occ_lp2c(), occ_cache_get_handle_ats_occ_cb(), occ_hello_sent_cb(), p2_transport_connect(), p2_transport_connect_cache_callback(), and send_hello().