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

#include <apr_thread_proc.h>

Public Attributes

pid_t pid
 
apr_file_tin
 
apr_file_tout
 
apr_file_terr
 

Detailed Description

The APR process type

Definition at line 134 of file apr_thread_proc.h.

Member Data Documentation

◆ err

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.

◆ in

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.

◆ out

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

pid_t apr_proc_t::pid

The process ID

Definition at line 136 of file apr_thread_proc.h.


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