GNUnet debian-0.24.3-23-g589b01d60
GNUNET_TESTING_CORE_Channel Struct Reference

#include <gnunet_testing_core_lib.h>

Collaboration diagram for GNUNET_TESTING_CORE_Channel:
[legend]

Data Fields

struct GNUNET_TESTING_CORE_Channelnext
 
struct GNUNET_TESTING_CORE_Channelprev
 
struct GNUNET_TESTING_CORE_ConnectStateconnect_state
 
struct GNUNET_MQ_Handlemq
 
struct GNUNET_PeerIdentity peer_id
 

Detailed Description

Definition at line 132 of file gnunet_testing_core_lib.h.

Field Documentation

◆ next

struct GNUNET_TESTING_CORE_Channel* GNUNET_TESTING_CORE_Channel::next

Definition at line 134 of file gnunet_testing_core_lib.h.

Referenced by send_messages().

◆ prev

struct GNUNET_TESTING_CORE_Channel* GNUNET_TESTING_CORE_Channel::prev

Definition at line 135 of file gnunet_testing_core_lib.h.

◆ connect_state

struct GNUNET_TESTING_CORE_ConnectState* GNUNET_TESTING_CORE_Channel::connect_state

Definition at line 136 of file gnunet_testing_core_lib.h.

Referenced by connect_cb(), disconnect_cb(), handle_test(), and send_messages().

◆ mq

struct GNUNET_MQ_Handle* GNUNET_TESTING_CORE_Channel::mq

Definition at line 137 of file gnunet_testing_core_lib.h.

Referenced by connect_cb(), and send_messages().

◆ peer_id

struct GNUNET_PeerIdentity GNUNET_TESTING_CORE_Channel::peer_id

Definition at line 138 of file gnunet_testing_core_lib.h.

Referenced by connect_cb(), disconnect_cb(), and send_messages().


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