State for a "rewind" CMD. More...
Data Fields | |
const char * | target_label |
Instruction pointer to set into the interpreter. More... | |
unsigned int | counter |
How many times this set should take place. More... | |
State for a "rewind" CMD.
Definition at line 835 of file testing_api_loop.c.
const char* RewindIpState::target_label |
Instruction pointer to set into the interpreter.
Definition at line 840 of file testing_api_loop.c.
Referenced by GNUNET_TESTING_cmd_rewind_ip(), and rewind_ip_run().
unsigned int RewindIpState::counter |
How many times this set should take place.
However, this value lives at the calling process, and this CMD is only in charge of checking and decremeting it.
Definition at line 847 of file testing_api_loop.c.
Referenced by GNUNET_TESTING_cmd_rewind_ip(), and rewind_ip_run().