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

A structure that represents one process. More...

#include <httpd.h>

Public Attributes

apr_pool_tpool
 
apr_pool_tpconf
 
const charshort_name
 
const char *constargv
 
int argc
 

Detailed Description

A structure that represents one process.

Definition at line 829 of file httpd.h.

Member Data Documentation

◆ argc

int process_rec::argc

Number of command line arguments passed to the program

Definition at line 839 of file httpd.h.

◆ argv

const char* const* process_rec::argv

The command line arguments

Definition at line 837 of file httpd.h.

◆ pconf

apr_pool_t* process_rec::pconf

Configuration pool. Cleared upon restart

Definition at line 833 of file httpd.h.

◆ pool

apr_pool_t* process_rec::pool

Global pool. Cleared upon normal exit

Definition at line 831 of file httpd.h.

◆ short_name

const char* process_rec::short_name

The program name used to execute the program

Definition at line 835 of file httpd.h.


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