libamxp
1.4.0
Patterns C Implementation
|
Structure containing the child process control. More...
#include <amxp_proc_ctrl.h>
Data Fields | |
amxc_array_t | cmd |
amxp_subproc_t * | proc |
amxp_timer_t * | timer |
amxc_var_t | child_proc_pids |
amxp_proc_ctrl_cmd_t | build |
Structure containing the child process control.
Definition at line 94 of file amxp_proc_ctrl.h.
amxp_proc_ctrl_cmd_t _amxp_proc_ctrl::build |
Callback function that fills the command array
Definition at line 99 of file amxp_proc_ctrl.h.
amxc_var_t _amxp_proc_ctrl::child_proc_pids |
A list variant containing the child process pids of the launched child process
Definition at line 98 of file amxp_proc_ctrl.h.
amxc_array_t _amxp_proc_ctrl::cmd |
An array containing the command and the arguments
Definition at line 95 of file amxp_proc_ctrl.h.
amxp_subproc_t* _amxp_proc_ctrl::proc |
The child process information structure amxp_subproc_t
Definition at line 96 of file amxp_proc_ctrl.h.
amxp_timer_t* _amxp_proc_ctrl::timer |
Active timer, when the timer expires, the child porcess is stopped
Definition at line 97 of file amxp_proc_ctrl.h.