php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
fpm_child_s Struct Reference

#include <fpm_children.h>

Data Fields

struct fpm_child_sprev
 
struct fpm_child_snext
 
struct timeval started
 
struct fpm_worker_pool_swp
 
struct fpm_event_s ev_stdout ev_stderr ev_free
 
int shm_slot_i
 
int fd_stdout
 
int fd_stderr
 
void(* tracer )(struct fpm_child_s *)
 
struct timeval slow_logged
 
bool idle_kill
 
bool postponed_free
 
pid_t pid
 
int scoreboard_i
 
struct zlog_streamlog_stream
 

Detailed Description

Definition at line 22 of file fpm_children.h.

Field Documentation

◆ ev_free

struct fpm_event_s ev_stdout ev_stderr fpm_child_s::ev_free

Definition at line 26 of file fpm_children.h.

◆ fd_stderr

int fpm_child_s::fd_stderr

Definition at line 28 of file fpm_children.h.

◆ fd_stdout

int fpm_child_s::fd_stdout

Definition at line 28 of file fpm_children.h.

◆ idle_kill

bool fpm_child_s::idle_kill

Definition at line 31 of file fpm_children.h.

◆ log_stream

struct zlog_stream* fpm_child_s::log_stream

Definition at line 35 of file fpm_children.h.

◆ next

struct fpm_child_s * fpm_child_s::next

Definition at line 23 of file fpm_children.h.

◆ pid

pid_t fpm_child_s::pid

Definition at line 33 of file fpm_children.h.

◆ postponed_free

bool fpm_child_s::postponed_free

Definition at line 32 of file fpm_children.h.

◆ prev

struct fpm_child_s* fpm_child_s::prev

Definition at line 23 of file fpm_children.h.

◆ scoreboard_i

int fpm_child_s::scoreboard_i

Definition at line 34 of file fpm_children.h.

◆ shm_slot_i

int fpm_child_s::shm_slot_i

Definition at line 27 of file fpm_children.h.

◆ slow_logged

struct timeval fpm_child_s::slow_logged

Definition at line 30 of file fpm_children.h.

◆ started

struct timeval fpm_child_s::started

Definition at line 24 of file fpm_children.h.

◆ tracer

void(* fpm_child_s::tracer) (struct fpm_child_s *)

Definition at line 29 of file fpm_children.h.

◆ wp

struct fpm_worker_pool_s* fpm_child_s::wp

Definition at line 25 of file fpm_children.h.


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