GNUnet 0.22.1
RewindIpState Struct Reference

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

Detailed Description

State for a "rewind" CMD.

Definition at line 835 of file testing_api_loop.c.

Field Documentation

◆ target_label

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

◆ counter

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


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