|
Apache HTTPD
|
Watchdog module for Apache. More...
#include "httpd.h"#include "http_config.h"#include "http_log.h"#include "ap_provider.h"#include "apr.h"#include "apr_strings.h"#include "apr_pools.h"#include "apr_shm.h"#include "apr_hash.h"#include "apr_hooks.h"#include "apr_optional.h"#include "apr_file_io.h"#include "apr_time.h"#include "apr_thread_proc.h"#include "apr_global_mutex.h"#include "apr_thread_mutex.h"Go to the source code of this file.
Classes | |
| struct | ap_LINK_watchdog_need_t |
| struct | ap_LINK_watchdog_init_t |
| struct | ap_LINK_watchdog_exit_t |
| struct | ap_LINK_watchdog_step_t |
Macros | |
| #define | AP_WATCHDOG_SINGLETON "_singleton_" |
| #define | AP_WATCHDOG_DEFAULT "_default_" |
| #define | AP_WD_TM_INTERVAL APR_TIME_C(1000000) /* 1 second */ |
| #define | AP_WD_TM_SLICE APR_TIME_C(100000) /* 100 ms */ |
| #define | AP_WATCHDOG_STATE_STARTING 1 |
| #define | AP_WATCHDOG_STATE_RUNNING 2 |
| #define | AP_WATCHDOG_STATE_STOPPING 3 |
| #define | AP_WD_DECLARE(type) type |
| #define | AP_WD_DECLARE_NONSTD(type) type |
| #define | AP_WD_DECLARE_DATA |
Watchdog module for Apache.
Definition in file mod_watchdog.h.