Struct with information for callbacks. More...
Data Fields | |
struct GNUNET_TESTING_AsyncContext | ac |
Context for our asynchronous completion. More... | |
const char * | label |
The label of this command. More... | |
const char * | barrier_name |
The name of the barrier this commands wait (if finishing asynchronous) for or/and reaches. More... | |
Struct with information for callbacks.
Definition at line 40 of file testing_api_cmd_barrier_reached.c.
struct GNUNET_TESTING_AsyncContext BarrierReachedState::ac |
Context for our asynchronous completion.
Definition at line 45 of file testing_api_cmd_barrier_reached.c.
Referenced by barrier_reached_run(), and GNUNET_TESTING_cmd_barrier_reached().
const char* BarrierReachedState::label |
The label of this command.
Definition at line 50 of file testing_api_cmd_barrier_reached.c.
Referenced by GNUNET_TESTING_cmd_barrier_reached().
const char* BarrierReachedState::barrier_name |
The name of the barrier this commands wait (if finishing asynchronous) for or/and reaches.
Definition at line 55 of file testing_api_cmd_barrier_reached.c.
Referenced by barrier_reached_run(), and GNUNET_TESTING_cmd_barrier_reached().