| Data Fields | |
| struct GNUNET_TESTING_AsyncContext | ac | 
| Context for our asynchronous completion. | |
| GNUNET_ChildCompletedCallback | cb | 
| Callback handed over to the command, which should be called upon death or completion of the script. | |
| struct GNUNET_ChildWaitHandle * | cwh | 
| Wait for death of start_proc. | |
| struct GNUNET_OS_Process * | start_proc | 
| The process id of the script. | |
| char ** | args | 
| NULL-terminated array of command-line arguments. | |
| enum GNUNET_OS_ProcessStatusType | expected_type | 
| unsigned long int | expected_exit_code | 
Definition at line 32 of file testing_api_cmd_exec.c.
| struct GNUNET_TESTING_AsyncContext BashScriptState::ac | 
Context for our asynchronous completion.
Definition at line 37 of file testing_api_cmd_exec.c.
Referenced by child_completed_callback(), GNUNET_TESTING_cmd_exec(), and GNUNET_TESTING_cmd_exec_va().
| GNUNET_ChildCompletedCallback BashScriptState::cb | 
Callback handed over to the command, which should be called upon death or completion of the script.
Definition at line 43 of file testing_api_cmd_exec.c.
| struct GNUNET_ChildWaitHandle* BashScriptState::cwh | 
Wait for death of start_proc.
Definition at line 48 of file testing_api_cmd_exec.c.
Referenced by child_completed_callback(), exec_bash_script_cleanup(), and exec_bash_script_run().
| struct GNUNET_OS_Process* BashScriptState::start_proc | 
The process id of the script.
Definition at line 53 of file testing_api_cmd_exec.c.
Referenced by child_completed_callback(), exec_bash_script_cleanup(), exec_bash_script_run(), and traits().
| char** BashScriptState::args | 
NULL-terminated array of command-line arguments.
Definition at line 58 of file testing_api_cmd_exec.c.
Referenced by exec_bash_script_cleanup(), exec_bash_script_run(), GNUNET_TESTING_cmd_exec(), and GNUNET_TESTING_cmd_exec_va().
| enum GNUNET_OS_ProcessStatusType BashScriptState::expected_type | 
Definition at line 63 of file testing_api_cmd_exec.c.
Referenced by child_completed_callback(), GNUNET_TESTING_cmd_exec(), and GNUNET_TESTING_cmd_exec_va().
| unsigned long int BashScriptState::expected_exit_code | 
Definition at line 68 of file testing_api_cmd_exec.c.
Referenced by child_completed_callback(), GNUNET_TESTING_cmd_exec(), and GNUNET_TESTING_cmd_exec_va().