Context information for the operation we start. More...
Data Fields | |
struct GNUNET_TESTBED_Operation * | op |
The testbed operation handle. More... | |
struct GNUNET_TESTBED_RunHandle * | rc |
Context information for GNUNET_TESTBED_run() More... | |
void * | cls |
Closure. More... | |
Context information for the operation we start.
Definition at line 74 of file testbed_api_testbed.c.
struct GNUNET_TESTBED_Operation* RunContextOperation::op |
The testbed operation handle.
Definition at line 79 of file testbed_api_testbed.c.
Referenced by create_peers(), event_cb(), insert_rcop(), peer_create_cb(), rcop_cleanup_iterator(), register_hosts(), remove_rcop(), search_iterator(), start_peers_task(), and wait_op_completion().
struct GNUNET_TESTBED_RunHandle* RunContextOperation::rc |
Context information for GNUNET_TESTBED_run()
Definition at line 84 of file testbed_api_testbed.c.
Referenced by create_peers(), event_cb(), peer_create_cb(), rcop_cleanup_iterator(), register_hosts(), start_peers_task(), and wait_op_completion().
void* RunContextOperation::cls |
Closure.
Definition at line 89 of file testbed_api_testbed.c.
Referenced by peer_create_cb(), and start_peers_task().