GNUnet 0.21.1
GNUNET_TRANSPORT_TESTING_InternalPeerContext Struct Reference

Internal data structure. More...

Collaboration diagram for GNUNET_TRANSPORT_TESTING_InternalPeerContext:
[legend]

Data Fields

struct GNUNET_TRANSPORT_TESTING_ConnectCheckContextccc
 Overall context of the callback. More...
 
unsigned int off
 Offset of the peer this is about. More...
 

Detailed Description

Internal data structure.

Closure for connect_cb, disconnect_cb, my_nc and start_cb. Allows us to identify which peer this is about.

Definition at line 133 of file transport-testing-main2.c.

Field Documentation

◆ ccc

struct GNUNET_TRANSPORT_TESTING_ConnectCheckContext* GNUNET_TRANSPORT_TESTING_InternalPeerContext::ccc

Overall context of the callback.

Definition at line 138 of file transport-testing-main2.c.

Referenced by GNUNET_TRANSPORT_TESTING_connect_check(), handle_test(), handle_test2(), my_nc(), my_nd(), and start_cb().

◆ off

unsigned int GNUNET_TRANSPORT_TESTING_InternalPeerContext::off

Offset of the peer this is about.

Definition at line 143 of file transport-testing-main2.c.

Referenced by GNUNET_TRANSPORT_TESTING_connect_check(), handle_test(), handle_test2(), my_nc(), my_nd(), and start_cb().


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