#include <gnunet_testing_core_lib.h>
Data Fields | |
struct GNUNET_TESTING_CORE_Channel * | next |
struct GNUNET_TESTING_CORE_Channel * | prev |
struct GNUNET_TESTING_CORE_ConnectState * | connect_state |
struct GNUNET_MQ_Handle * | mq |
struct GNUNET_PeerIdentity | peer_id |
Definition at line 132 of file gnunet_testing_core_lib.h.
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().
struct GNUNET_TESTING_CORE_Channel* GNUNET_TESTING_CORE_Channel::prev |
Definition at line 135 of file gnunet_testing_core_lib.h.
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().
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().
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().