Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages

Other Child Flags
[Threads and Process Functions]


Defines

#define APR_OC_REASON_DEATH
#define APR_OC_REASON_UNWRITABLE   1 /**< write_fd is unwritable */
#define APR_OC_REASON_RESTART
#define APR_OC_REASON_UNREGISTER
#define APR_OC_REASON_LOST
#define APR_OC_REASON_RUNNING

Define Documentation

#define APR_OC_REASON_DEATH
 

Value:

0     /**< child has died, caller must call
                                           * unregister still */
child has died, caller must call unregister still

#define APR_OC_REASON_LOST
 

Value:

4     /**< somehow the child exited without
                                           * us knowing ... buggy os? */
somehow the child exited without us knowing ... buggy os?

#define APR_OC_REASON_RESTART
 

Value:

2     /**< a restart is occuring, perform
                                           * any necessary cleanup (including
                                           * sending a special signal to child)
                                           */
a restart is occuring, perform any necessary cleanup (including sending a special signal to child)

#define APR_OC_REASON_RUNNING
 

Value:

5     /**< a health check is occuring, 
                                           * for most maintainence functions
                                           * this is a no-op.
                                           */
a health check is occuring, for most maintainence functions this is a no-op.

#define APR_OC_REASON_UNREGISTER
 

Value:

3     /**< unregister has been called, do
                                           * whatever is necessary (including
                                           * kill the child) */
unregister has been called, do whatever is necessary (including kill the child)

#define APR_OC_REASON_UNWRITABLE   1 /**< write_fd is unwritable */
 

write_fd is unwritable


Generated on Wed Dec 14 15:43:42 2005 for Apache Portable Runtime by doxygen 1.3.6