Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 7552 invoked from network); 7 Sep 2007 08:49:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Sep 2007 08:49:49 -0000 Received: (qmail 786 invoked by uid 500); 7 Sep 2007 08:49:41 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 383 invoked by uid 500); 7 Sep 2007 08:49:39 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 371 invoked by uid 99); 7 Sep 2007 08:49:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2007 01:49:39 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.202.165.182] (HELO smtpauth02.prod.mesa1.secureserver.net) (64.202.165.182) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 07 Sep 2007 08:50:58 +0000 Received: (qmail 19629 invoked from network); 7 Sep 2007 08:49:13 -0000 Received: from unknown (24.15.193.17) by smtpauth02.prod.mesa1.secureserver.net (64.202.165.182) with ESMTP; 07 Sep 2007 08:49:13 -0000 Message-ID: <46E11087.6040205@rowe-clan.net> Date: Fri, 07 Sep 2007 03:49:11 -0500 From: "William A. Rowe, Jr." User-Agent: Thunderbird 1.5.0.12 (X11/20070719) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: svn commit: r573264 - /httpd/httpd/trunk/include/scoreboard.h References: <20070906134647.AB2C81A9832@eris.apache.org> <46E10C15.9080608@gmail.com> In-Reply-To: <46E10C15.9080608@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org jean-frederic clere wrote: > That is going to break: > In mod_proxy.h: > int ap_proxy_lb_workers(void); > In server/scoreboard.c: > +++ > static APR_OPTIONAL_FN_TYPE(ap_proxy_lb_workers) > *proxy_lb_workers; > +++ which is fine - this is trunk. Heaven forbid we backport it ;_)