php5
5.3.10
|
#include <fpm_children.h>
Public Attributes | |
struct fpm_child_s * | prev |
struct fpm_child_s * | next |
struct fpm_worker_pool_s * | wp |
int | shm_slot_i |
int | fd_stdout |
int | fd_stderr |
void(* | tracer )(struct fpm_child_s *) |
int | idle_kill |
pid_t | pid |
int | scoreboard_i |
Definition at line 22 of file fpm_children.h.
Definition at line 28 of file fpm_children.h.
Definition at line 28 of file fpm_children.h.
Definition at line 31 of file fpm_children.h.
struct fpm_child_s * fpm_child_s::next |
Definition at line 23 of file fpm_children.h.
Definition at line 32 of file fpm_children.h.
struct fpm_child_s* fpm_child_s::prev |
Definition at line 23 of file fpm_children.h.
Definition at line 33 of file fpm_children.h.
Definition at line 27 of file fpm_children.h.
void(* fpm_child_s::tracer)(struct fpm_child_s *) |
Definition at line 29 of file fpm_children.h.
struct fpm_worker_pool_s* fpm_child_s::wp |
Definition at line 25 of file fpm_children.h.