Google
 

process_rec Struct Reference
[HTTP Daemon Routine]

A structure that represents one process. More...

#include <httpd.h>


Data Fields

apr_pool_t * pool
apr_pool_t * pconf
int argc
const char *const * argv
const char * short_name


Detailed Description

A structure that represents one process.


Field Documentation

apr_pool_t* process_rec::pool

Global pool. Cleared upon normal exit

apr_pool_t* process_rec::pconf

Configuration pool. Cleared upon restart

int process_rec::argc

Number of command line arguments passed to the program

const char* const* process_rec::argv

The command line arguments

const char* process_rec::short_name

The program name used to execute the program


The documentation for this struct was generated from the following file:
Generated on Sun Jul 1 10:07:09 2007 by Doxygen 1.5.2. This rendition of the open source Apache HTTP Server header documentation is not endorsed by or affiliated with the Apache Software Foundation.