On Sep 11, 2007, at 4:39 PM, Ruediger Pluem wrote:


it will fail to compile after the patch, because lb_score is now an
incomplete type. So I guess in order to keep it backportable we
need to stick with

typedef struct lb_score lb_score;
struct lb_score {
    unsigned char data[1024];
};


This is a good point that I completely missed...

I would also suggest that we keep ap_proxy_lb_workers
in proxy_util.c (as it currently is), since even
though its not part of the API, other proxy module
make have a need for it (and again, keeping the
number of changes to a minimum).


Reply via email to