Data Fields | |
struct NetJailState * | ns |
The state of this command. More... | |
struct GNUNET_HELPER_Handle * | helper |
The helper handle for this state. More... | |
enum GNUNET_GenericReturnValue | finished |
Did we got a GNUNET_TESTING_CommandLocalFinished message? More... | |
Definition at line 114 of file testing_api_cmd_netjail_start_cmds_helper.c.
struct NetJailState* HelperState::ns |
The state of this command.
Definition at line 119 of file testing_api_cmd_netjail_start_cmds_helper.c.
Referenced by exp_cb(), handle_helper_barrier_reached(), handle_helper_local_finished(), helper_mst(), and start_helper().
struct GNUNET_HELPER_Handle* HelperState::helper |
The helper handle for this state.
Definition at line 124 of file testing_api_cmd_netjail_start_cmds_helper.c.
Referenced by exp_cb(), handle_helper_local_finished(), and start_helper().
enum GNUNET_GenericReturnValue HelperState::finished |
Did we got a GNUNET_TESTING_CommandLocalFinished message?
Definition at line 129 of file testing_api_cmd_netjail_start_cmds_helper.c.
Referenced by exp_cb(), and handle_helper_local_finished().