GNUnet 0.22.0
SignalState Struct Reference

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

Detailed Description

State for a "signal" CMD.

Definition at line 31 of file testing_api_cmd_signal.c.

Field Documentation

◆ process_label

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

◆ signal

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


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