mod_proxy_health_checker.h from the includes of proxy_util.c
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-proxy-scoreboard@427267
13f79535-47bb-0310-9956-
ffa450edef68
typedef struct proxy_worker proxy_worker;
typedef struct proxy_conn_pool proxy_conn_pool;
typedef struct proxy_balancer_method proxy_balancer_method;
-typedef struct health_worker_method health_worker_method;
typedef struct {
apr_array_header_t *proxies;
#define UNINITIALIZED 0
typedef struct proxy_worker_conf proxy_worker_conf;
+typedef struct health_worker_method health_worker_method;
/* allow health check method on workers in a non httpd process */
struct health_worker_method {
/* Utility routines for Apache proxy */
#include "mod_proxy.h"
-#include "mod_proxy_health_checker.h"
#include "ap_mpm.h"
#include "apr_version.h"