Context to hold data of peer. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/testbed/gnunet-service-testbed.h>
Data Fields | |
struct GNUNET_TESTBED_Peer * | peer |
The testbed peer this context belongs to. More... | |
struct GNUNET_TESTBED_Operation * | op |
Testbed operation acting on this peer. More... | |
struct ActiveContext * | ac |
Active context; NULL if this peer is not an active peer. More... | |
struct GNUNET_SERVICE_Client * | client |
The client handle associated with this context. More... | |
char * | master_ip |
The network address of the master controller. More... | |
struct GNUNET_TESTING_System * | system |
The TESTING system handle for starting peers locally. More... | |
uint32_t | host_id |
Our host id according to this context. More... | |
Context to hold data of peer.
The main context information associated with the client which started us.
Definition at line 63 of file gnunet_dht_profiler.c.
struct GNUNET_TESTBED_Peer* Context::peer |
The testbed peer this context belongs to.
Definition at line 68 of file gnunet_dht_profiler.c.
Referenced by gnunet_testing.StatisticsCondition::check(), gnunet_testing.EqualStatisticsCondition::check(), gnunet_testing.StatisticsCondition::evaluate(), gnunet_testing.EqualStatisticsCondition::evaluate(), and test_run().
struct GNUNET_TESTBED_Operation* Context::op |
Testbed operation acting on this peer.
Definition at line 73 of file gnunet_dht_profiler.c.
Referenced by test_run().
struct ActiveContext* Context::ac |
Active context; NULL if this peer is not an active peer.
Definition at line 78 of file gnunet_dht_profiler.c.
Referenced by do_shutdown(), and test_run().
struct GNUNET_SERVICE_Client* Context::client |
The client handle associated with this context.
Definition at line 250 of file gnunet-service-testbed.h.
Referenced by client_disconnect_cb(), handle_barrier_cancel(), handle_barrier_init(), handle_barrier_status(), and handle_init().
char* Context::master_ip |
The network address of the master controller.
Definition at line 255 of file gnunet-service-testbed.h.
Referenced by handle_init(), handle_link_controllers(), and shutdown_task().
struct GNUNET_TESTING_System* Context::system |
The TESTING system handle for starting peers locally.
Definition at line 260 of file gnunet-service-testbed.h.
Referenced by handle_init(), handle_peer_create(), shutdown_task(), and update_peer_config().
uint32_t Context::host_id |
Our host id according to this context.
Definition at line 265 of file gnunet-service-testbed.h.
Referenced by GST_find_dest_route(), handle_add_host(), handle_init(), handle_link_controllers(), handle_peer_create(), handle_peer_start(), and handle_peer_stop().