State for a "signal" CMD. More...
Data Fields | |
const char * | process_label |
Label of the process to send the signal to. More... | |
int | signal |
The signal to send to the process. More... | |
State for a "signal" CMD.
Definition at line 31 of file testing_api_cmd_signal.c.
const char* SignalState::process_label |
Label of the process to send the signal to.
Definition at line 36 of file testing_api_cmd_signal.c.
Referenced by GNUNET_TESTING_cmd_signal(), and signal_run().
int SignalState::signal |
The signal to send to the process.
Definition at line 41 of file testing_api_cmd_signal.c.
Referenced by GNUNET_TESTING_cmd_signal(), and signal_run().