#include "apr_shm.h"
#include "apr_optional.h"
-/* for lb_score */
-#include "../modules/proxy/mod_proxy.h"
-
/* Scoreboard file, if there is one */
#ifndef DEFAULT_SCOREBOARD
#define DEFAULT_SCOREBOARD "logs/apache_runtime_status"
};
/* stuff which is lb specific */
-typedef struct proxy_worker_stat lb_score;
+typedef struct lb_score lb_score;
+struct lb_score {
+ /* TODO: sync this with proxy_worker_stat */
+ unsigned char data[256];
+};
/* Scoreboard is now in 'local' memory, since it isn't updated once created,
* even in forked architectures. Child created-processes (non-fork) will