GNUnet  last
GNUNET_CADET_TEST_AdapterContext Struct Reference

Context for a cadet adapter callback. More...

Collaboration diagram for GNUNET_CADET_TEST_AdapterContext:
[legend]

Data Fields

unsigned int peer
 Peer number for the particular peer. More...
 
struct GNUNET_CADET_Port ** ports
 Port handlers for open ports. More...
 
struct GNUNET_CADET_TEST_Contextctx
 General context. More...
 

Detailed Description

Context for a cadet adapter callback.

Definition at line 101 of file cadet_test_lib.c.

Field Documentation

◆ peer

unsigned int GNUNET_CADET_TEST_AdapterContext::peer

Peer number for the particular peer.

Definition at line 106 of file cadet_test_lib.c.

Referenced by cadet_connect_adapter(), and cadet_test_run().

◆ ports

struct GNUNET_CADET_Port** GNUNET_CADET_TEST_AdapterContext::ports

Port handlers for open ports.

Definition at line 111 of file cadet_test_lib.c.

Referenced by cadet_connect_adapter(), and cadet_disconnect_adapter().

◆ ctx

struct GNUNET_CADET_TEST_Context* GNUNET_CADET_TEST_AdapterContext::ctx

General context.

Definition at line 116 of file cadet_test_lib.c.

Referenced by cadet_connect_adapter(), cadet_disconnect_adapter(), and cadet_test_run().


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