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 |
|
Value: 0 /**< child has died, caller must call * unregister still */ |
|
Value: 4 /**< somehow the child exited without * us knowing ... buggy os? */ |
|
Value: 2 /**< a restart is occuring, perform * any necessary cleanup (including * sending a special signal to child) */ |
|
Value: 5 /**< a health check is occuring, * for most maintainence functions * this is a no-op. */ |
|
Value: 3 /**< unregister has been called, do * whatever is necessary (including * kill the child) */ |
|
write_fd is unwritable |