Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 86DB27B07 for ; Sat, 3 Dec 2011 21:56:36 +0000 (UTC) Received: (qmail 70193 invoked by uid 500); 3 Dec 2011 21:56:36 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 70146 invoked by uid 500); 3 Dec 2011 21:56:35 -0000 Mailing-List: contact cvs-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 cvs@httpd.apache.org Received: (qmail 70139 invoked by uid 99); 3 Dec 2011 21:56:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Dec 2011 21:56:35 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Dec 2011 21:56:33 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id CA0F523888E7; Sat, 3 Dec 2011 21:56:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1210023 - /httpd/httpd/branches/2.4.x/include/ap_mmn.h Date: Sat, 03 Dec 2011 21:56:11 -0000 To: cvs@httpd.apache.org From: minfrin@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111203215611.CA0F523888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: minfrin Date: Sat Dec 3 21:56:11 2011 New Revision: 1210023 URL: http://svn.apache.org/viewvc?rev=1210023&view=rev Log: mod_proxy: Note that proxy_lb_workers was removed from the public API. Modified: httpd/httpd/branches/2.4.x/include/ap_mmn.h Modified: httpd/httpd/branches/2.4.x/include/ap_mmn.h URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/include/ap_mmn.h?rev=1210023&r1=1210022&r2=1210023&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/include/ap_mmn.h (original) +++ httpd/httpd/branches/2.4.x/include/ap_mmn.h Sat Dec 3 21:56:11 2011 @@ -382,7 +382,7 @@ * ap_proxy_is_word(), ap_proxy_hex2sec(), * ap_proxy_sec2hex(), ap_proxy_make_fake_req(), * ap_proxy_strmatch_path, ap_proxy_strmatch_domain, - * ap_proxy_table_unmerge(). + * ap_proxy_table_unmerge(), proxy_lb_workers. */ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */