Context information for test run. More...
Data Fields | |
GNUNET_TESTBED_TestMaster | test_master |
Test master callback. More... | |
void * | test_master_cls |
Closure for test master. More... | |
GNUNET_TESTBED_ControllerCallback | cc |
The controller event callback. More... | |
void * | cc_cls |
Closure for the above callback. More... | |
uint64_t | event_mask |
event mask for the controller callback More... | |
unsigned int | num_peers |
Number of peers to start. More... | |
Context information for test run.
Definition at line 36 of file testbed_api_test.c.
GNUNET_TESTBED_TestMaster TestRunContext::test_master |
Test master callback.
Definition at line 41 of file testbed_api_test.c.
Referenced by GNUNET_TESTBED_test_run(), and run().
void* TestRunContext::test_master_cls |
Closure for test master.
Definition at line 46 of file testbed_api_test.c.
Referenced by GNUNET_TESTBED_test_run(), and run().
GNUNET_TESTBED_ControllerCallback TestRunContext::cc |
The controller event callback.
Definition at line 51 of file testbed_api_test.c.
Referenced by GNUNET_TESTBED_test_run(), and run().
void* TestRunContext::cc_cls |
Closure for the above callback.
Definition at line 56 of file testbed_api_test.c.
Referenced by GNUNET_TESTBED_test_run(), and run().
uint64_t TestRunContext::event_mask |
event mask for the controller callback
Definition at line 61 of file testbed_api_test.c.
Referenced by GNUNET_TESTBED_test_run(), and run().
unsigned int TestRunContext::num_peers |
Number of peers to start.
Definition at line 66 of file testbed_api_test.c.
Referenced by GNUNET_TESTBED_test_run(), and run().