]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove health_worker_method for mod_proxy.h and
authorJean-Frederic Clere <jfclere@apache.org>
Mon, 31 Jul 2006 21:02:57 +0000 (21:02 +0000)
committerJean-Frederic Clere <jfclere@apache.org>
Mon, 31 Jul 2006 21:02:57 +0000 (21:02 +0000)
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

modules/proxy/mod_proxy.h
modules/proxy/mod_proxy_health_checker.h
modules/proxy/proxy_util.c

index 47ceb1a9a010691770cb592364c5bffa70638959..be2bbc97355838f4e77cd9b0a80add3c3fe3210a 100644 (file)
@@ -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;
index dcb440c7ecae13264691870012f0578b3e6a60d0..dfcaa63321ade850fcfb28976e85be5bafd8d26f 100644 (file)
@@ -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 {
index f7df8b63f756f95d8e2121e3d7f91c2673e143ad..a004555d55f5e56e8a254ca8080a03a5769de86f 100644 (file)
@@ -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"