State for a "batch" CMD. More...
Data Fields | |
| struct GNUNET_TESTING_Command * | batch |
| CMDs batch. | |
| struct GNUNET_TESTING_CommandLabel | label |
| Our label. | |
| unsigned int | batch_ip |
| Internal command pointer. | |
State for a "batch" CMD.
Definition at line 35 of file testing_api_cmd_batch.c.
| struct GNUNET_TESTING_Command* BatchState::batch |
CMDs batch.
Definition at line 40 of file testing_api_cmd_batch.c.
Referenced by batch_cleanup(), batch_run(), batch_traits(), GNUNET_TESTING_cmd_batch(), GNUNET_TESTING_cmd_batch_get_current_(), GNUNET_TESTING_cmd_batch_next_(), and GNUNET_TESTING_cmd_batch_set_current_().
| struct GNUNET_TESTING_CommandLabel BatchState::label |
Our label.
Definition at line 45 of file testing_api_cmd_batch.c.
Referenced by batch_run(), and GNUNET_TESTING_cmd_batch().
| unsigned int BatchState::batch_ip |
Internal command pointer.
Definition at line 50 of file testing_api_cmd_batch.c.
Referenced by batch_run(), batch_traits(), GNUNET_TESTING_cmd_batch_get_current_(), GNUNET_TESTING_cmd_batch_next_(), and GNUNET_TESTING_cmd_batch_set_current_().