Apache HTTPD
Public Attributes | List of all members
process_chain Struct Reference

Public Attributes

apr_proc_tproc
 
apr_kill_conditions_e kill_how
 
struct process_chainnext
 

Detailed Description

A list of processes

Definition at line 532 of file apr_pools.c.

Member Data Documentation

◆ kill_how

apr_kill_conditions_e process_chain::kill_how

Definition at line 535 of file apr_pools.c.

◆ next

struct process_chain* process_chain::next

The next process in the list

Definition at line 537 of file apr_pools.c.

◆ proc

apr_proc_t* process_chain::proc

The process ID

Definition at line 534 of file apr_pools.c.


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