libamxp  1.4.0
Patterns C Implementation
_amxp_proc_ctrl Struct Reference

Structure containing the child process control. More...

#include <amxp_proc_ctrl.h>

Collaboration diagram for _amxp_proc_ctrl:

Data Fields

amxc_array_t cmd
 
amxp_subproc_tproc
 
amxp_timer_ttimer
 
amxc_var_t child_proc_pids
 
amxp_proc_ctrl_cmd_t build
 

Detailed Description

Structure containing the child process control.

Definition at line 94 of file amxp_proc_ctrl.h.

Field Documentation

◆ build

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.

◆ child_proc_pids

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.

◆ cmd

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.

◆ proc

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.

◆ timer

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.


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