summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Frederic Clere <jfclere@apache.org>2006-07-31 21:02:57 +0000
committerJean-Frederic Clere <jfclere@apache.org>2006-07-31 21:02:57 +0000
commitcf8c677b6cb163d54e436acec644bc47ad9ccb54 (patch)
treeaacc0ae6826a267dc0f3e1abc34cd834db0b49a2
parent2518c933e06e9eb98501ade7c64cc6d9e701b262 (diff)
downloadhttpd-cf8c677b6cb163d54e436acec644bc47ad9ccb54.tar.gz
Remove health_worker_method for mod_proxy.h and
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
-rw-r--r--modules/proxy/mod_proxy.h1
-rw-r--r--modules/proxy/mod_proxy_health_checker.h1
-rw-r--r--modules/proxy/proxy_util.c1
3 files changed, 1 insertions, 2 deletions
diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h
index 47ceb1a9a0..be2bbc9735 100644
--- a/modules/proxy/mod_proxy.h
+++ b/modules/proxy/mod_proxy.h
@@ -128,7 +128,6 @@ typedef struct proxy_balancer proxy_balancer;
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;
diff --git a/modules/proxy/mod_proxy_health_checker.h b/modules/proxy/mod_proxy_health_checker.h
index dcb440c7ec..dfcaa63321 100644
--- a/modules/proxy/mod_proxy_health_checker.h
+++ b/modules/proxy/mod_proxy_health_checker.h
@@ -25,6 +25,7 @@
#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 {
diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c
index f7df8b63f7..a004555d55 100644
--- a/modules/proxy/proxy_util.c
+++ b/modules/proxy/proxy_util.c
@@ -16,7 +16,6 @@
/* Utility routines for Apache proxy */
#include "mod_proxy.h"
-#include "mod_proxy_health_checker.h"
#include "ap_mpm.h"
#include "apr_version.h"