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