Context to hold data of peer. More...
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... | |
Context to hold data of peer.
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 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 cancel_get(), delayed_put(), dht_connected(), do_shutdown(), get_iter(), and test_run().