State for a "batch" CMD. More...
Data Fields | |
struct GNUNET_TESTING_Command * | batch |
CMDs batch. More... | |
const char * | label |
Our label. More... | |
unsigned int | batch_ip |
Internal command pointer. More... | |
State for a "batch" CMD.
Definition at line 34 of file testing_api_cmd_batch.c.
struct GNUNET_TESTING_Command* BatchState::batch |
CMDs batch.
Definition at line 39 of file testing_api_cmd_batch.c.
Referenced by batch_cleanup(), batch_run(), GNUNET_TESTING_cmd_batch_get_current_(), GNUNET_TESTING_cmd_batch_next_(), and GNUNET_TESTING_cmd_batch_set_current_().
const char* BatchState::label |
unsigned int BatchState::batch_ip |
Internal command pointer.
Definition at line 49 of file testing_api_cmd_batch.c.
Referenced by batch_run(), GNUNET_TESTING_cmd_batch_get_current_(), GNUNET_TESTING_cmd_batch_next_(), and GNUNET_TESTING_cmd_batch_set_current_().