#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/transport/transport-testing-cmds.h>
Data Fields | |
struct GNUNET_TESTING_AsyncContext | ac |
Context for our asynchronous completion. More... | |
char * | node_ip |
The ip of a node. More... | |
struct GNUNET_MQ_MessageHandler * | handlers |
Receive callback. More... | |
char * | cfgname |
GNUnet configuration file used to start a peer. More... | |
struct GNUNET_CONFIGURATION_Handle * | cfg |
Peer's configuration. More... | |
struct GNUNET_TESTING_Peer * | peer |
struct GNUNET_TESTING_Peer returned by GNUNET_TESTING_peer_configure. More... | |
struct GNUNET_PeerIdentity | id |
Peer identity. More... | |
struct GNUNET_TRANSPORT_CoreHandle * | th |
Peer's transport service handle. More... | |
struct GNUNET_TRANSPORT_ApplicationHandle * | ah |
Application handle. More... | |
struct GNUNET_PEERSTORE_Handle * | ph |
Peer's PEERSTORE Handle. More... | |
struct GNUNET_SCHEDULER_Task * | rh_task |
Hello get task. More... | |
struct GNUNET_PEERSTORE_IterateContext * | pic |
Peer's transport get hello handle to retrieve peer's HELLO message. More... | |
char * | hello |
Hello. More... | |
size_t | hello_size |
Hello size. More... | |
char * | system_label |
The label of the command which was started by calling GNUNET_TESTING_cmd_system_create. More... | |
unsigned int | no |
An unique number to identify the peer. More... | |
struct GNUNET_CONTAINER_MultiShortmap * | connected_peers_map |
A map with struct GNUNET_MQ_Handle values for each peer this peer is connected to. More... | |
const struct GNUNET_TESTING_System * | tl_system |
Test setup for this peer. More... | |
GNUNET_TRANSPORT_notify_connect_cb | notify_connect |
Callback which is called on neighbour connect events. More... | |
enum GNUNET_GenericReturnValue | broadcast |
Flag indicating, if udp broadcast should be switched on. More... | |
Definition at line 102 of file transport-testing-cmds.h.
struct GNUNET_TESTING_AsyncContext StartPeerState::ac |
Context for our asynchronous completion.
Definition at line 99 of file transport-testing-cmds.h.
Referenced by hello_iter_cb(), and notify_connect().
char* StartPeerState::node_ip |
The ip of a node.
Definition at line 112 of file transport-testing-cmds.h.
Referenced by start_peer_cleanup(), and start_peer_run().
struct GNUNET_MQ_MessageHandler* StartPeerState::handlers |
Receive callback.
Definition at line 117 of file transport-testing-cmds.h.
Referenced by start_peer_cleanup(), and start_peer_run().
char* StartPeerState::cfgname |
GNUnet configuration file used to start a peer.
Definition at line 122 of file transport-testing-cmds.h.
Referenced by start_peer_cleanup(), and start_peer_run().
struct GNUNET_CONFIGURATION_Handle* StartPeerState::cfg |
Peer's configuration.
Definition at line 127 of file transport-testing-cmds.h.
Referenced by gnunet_testing.Peer::__del__(), gnunet_testing.Peer::get_statistics_value(), gnunet_testing.Peer::start(), start_peer_run(), and gnunet_testing.Peer::stop().
struct GNUNET_TESTING_Peer* StartPeerState::peer |
struct GNUNET_TESTING_Peer returned by GNUNET_TESTING_peer_configure.
Definition at line 132 of file transport-testing-cmds.h.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), gnunet_testing.EqualStatisticsCondition::evaluate(), start_peer_run(), and stop_peer_run().
struct GNUNET_PeerIdentity StartPeerState::id |
Peer identity.
Definition at line 132 of file transport-testing-cmds.h.
Referenced by notify_connect(), notify_disconnect(), retrieve_hello(), gnunet_testing.Peer::start(), start_peer_run(), start_peer_traits(), and stop_peer_run().
struct GNUNET_TRANSPORT_CoreHandle* StartPeerState::th |
Peer's transport service handle.
Definition at line 142 of file transport-testing-cmds.h.
Referenced by start_peer_run(), and stop_peer_run().
struct GNUNET_TRANSPORT_ApplicationHandle* StartPeerState::ah |
Application handle.
Definition at line 147 of file transport-testing-cmds.h.
Referenced by start_peer_run(), start_peer_traits(), and stop_peer_run().
struct GNUNET_PEERSTORE_Handle* StartPeerState::ph |
Peer's PEERSTORE Handle.
Definition at line 152 of file transport-testing-cmds.h.
Referenced by retrieve_hello(), start_peer_run(), and stop_peer_run().
struct GNUNET_SCHEDULER_Task* StartPeerState::rh_task |
Hello get task.
Definition at line 157 of file transport-testing-cmds.h.
Referenced by hello_iter_cb(), retrieve_hello(), start_peer_run(), and stop_peer_run().
struct GNUNET_PEERSTORE_IterateContext* StartPeerState::pic |
Peer's transport get hello handle to retrieve peer's HELLO message.
Definition at line 162 of file transport-testing-cmds.h.
Referenced by hello_iter_cb(), retrieve_hello(), and stop_peer_run().
char* StartPeerState::hello |
Hello.
Definition at line 167 of file transport-testing-cmds.h.
Referenced by hello_iter_cb(), start_peer_cleanup(), and start_peer_traits().
size_t StartPeerState::hello_size |
Hello size.
Definition at line 172 of file transport-testing-cmds.h.
Referenced by hello_iter_cb(), and start_peer_traits().
char* StartPeerState::system_label |
The label of the command which was started by calling GNUNET_TESTING_cmd_system_create.
Definition at line 177 of file transport-testing-cmds.h.
Referenced by start_peer_cleanup(), and start_peer_run().
unsigned int StartPeerState::no |
An unique number to identify the peer.
Definition at line 182 of file transport-testing-cmds.h.
Referenced by notify_connect(), notify_disconnect(), start_peer_run(), and stop_peer_run().
struct GNUNET_CONTAINER_MultiShortmap* StartPeerState::connected_peers_map |
A map with struct GNUNET_MQ_Handle values for each peer this peer is connected to.
Definition at line 188 of file transport-testing-cmds.h.
Referenced by notify_connect(), start_peer_cleanup(), and start_peer_traits().
const struct GNUNET_TESTING_System* StartPeerState::tl_system |
Test setup for this peer.
Definition at line 193 of file transport-testing-cmds.h.
Referenced by start_peer_run().
GNUNET_TRANSPORT_notify_connect_cb StartPeerState::notify_connect |
Callback which is called on neighbour connect events.
Definition at line 198 of file transport-testing-cmds.h.
Referenced by notify_connect().
enum GNUNET_GenericReturnValue StartPeerState::broadcast |
Flag indicating, if udp broadcast should be switched on.
Definition at line 198 of file transport-testing-cmds.h.
Referenced by start_peer_run().