Commit 16ed5f71 authored by Jean-Frederic Clere's avatar Jean-Frederic Clere
Browse files

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
parent 50670619
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -128,7 +128,6 @@ typedef struct proxy_balancer proxy_balancer;
typedef struct proxy_worker    proxy_worker;
typedef struct proxy_worker    proxy_worker;
typedef struct proxy_conn_pool proxy_conn_pool;
typedef struct proxy_conn_pool proxy_conn_pool;
typedef struct proxy_balancer_method proxy_balancer_method;
typedef struct proxy_balancer_method proxy_balancer_method;
typedef struct health_worker_method health_worker_method;


typedef struct {
typedef struct {
    apr_array_header_t *proxies;
    apr_array_header_t *proxies;
+1 −0
Original line number Original line Diff line number Diff line
@@ -25,6 +25,7 @@
#define UNINITIALIZED  0
#define UNINITIALIZED  0


typedef struct proxy_worker_conf proxy_worker_conf;
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 */
/* allow health check method on workers in a non httpd process */
struct health_worker_method {
struct health_worker_method {
+0 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,6 @@


/* Utility routines for Apache proxy */
/* Utility routines for Apache proxy */
#include "mod_proxy.h"
#include "mod_proxy.h"
#include "mod_proxy_health_checker.h"
#include "ap_mpm.h"
#include "ap_mpm.h"
#include "apr_version.h"
#include "apr_version.h"