From: Jean-Frederic Clere Date: Mon, 31 Jul 2006 21:02:57 +0000 (+0000) Subject: Remove health_worker_method for mod_proxy.h and X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf8c677b6cb163d54e436acec644bc47ad9ccb54;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h index 47ceb1a9a01..be2bbc97355 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 dcb440c7eca..dfcaa63321a 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 f7df8b63f75..a004555d55f 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"