GNUnet  0.19.5
TestRunContext Struct Reference

Context information for test run. More...

Collaboration diagram for TestRunContext:
[legend]

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...
 

Detailed Description

Context information for test run.

Definition at line 36 of file testbed_api_test.c.

Field Documentation

◆ test_master

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().

◆ test_master_cls

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().

◆ cc

The controller event callback.

Definition at line 51 of file testbed_api_test.c.

Referenced by GNUNET_TESTBED_test_run(), and run().

◆ cc_cls

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().

◆ event_mask

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().

◆ num_peers

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().


The documentation for this struct was generated from the following file: