|
Apache HTTPD
|
#include <apr_thread_proc.h>
Public Attributes | |
| pid_t | pid |
| apr_file_t * | in |
| apr_file_t * | out |
| apr_file_t * | err |
The APR process type
Definition at line 134 of file apr_thread_proc.h.
| apr_file_t* apr_proc_t::err |
Parent's side of pipe to child's stdouterr
Definition at line 142 of file apr_thread_proc.h.
| apr_file_t* apr_proc_t::in |
Parent's side of pipe to child's stdin
Definition at line 138 of file apr_thread_proc.h.
| apr_file_t* apr_proc_t::out |
Parent's side of pipe to child's stdout
Definition at line 140 of file apr_thread_proc.h.
| pid_t apr_proc_t::pid |
The process ID
Definition at line 136 of file apr_thread_proc.h.