> -----Ursprüngliche Nachricht----- > Von: Jim Jagielski > > > Off the top of my head, I have no idea why we even have lb_score > rather than just using proxy_worker_stat as we should. > This is easy to fix except for the fact that ap_get_scoreboard_lb() > is AP_DECLARE... Of course, adjusting in HEAD is fine, but > this is something that really should be fixed in 2.2, which > means we have an API change. > > Comments?
The problem is that we also need to change the scoreboard struct in scoreboard.h for this. So I guess we have an even bigger API change here. And if we change this, every future change to the proxy_worker_stat struct requires an API change that is not limited to the proxy. So I tend to say that we should change it on trunk, but not on 2.2. Regards Rüdiger
