Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 55768 invoked from network); 14 Jul 2008 04:16:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jul 2008 04:16:11 -0000 Received: (qmail 73391 invoked by uid 500); 14 Jul 2008 04:16:11 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 73359 invoked by uid 500); 14 Jul 2008 04:16:11 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 73350 invoked by uid 99); 14 Jul 2008 04:16:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jul 2008 21:16:11 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Mon, 14 Jul 2008 04:15:27 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C02BC238895F; Sun, 13 Jul 2008 21:15:20 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r676473 - /apr/apr-util/branches/1.3.x/include/apr_reslist.h Date: Mon, 14 Jul 2008 04:15:20 -0000 To: commits@apr.apache.org From: bojan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080714041520.C02BC238895F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bojan Date: Sun Jul 13 21:15:19 2008 New Revision: 676473 URL: http://svn.apache.org/viewvc?rev=676473&view=rev Log: Backport r676472 from the trunk. There is only one pool argument to apr_reslist_create(). Modified: apr/apr-util/branches/1.3.x/include/apr_reslist.h Modified: apr/apr-util/branches/1.3.x/include/apr_reslist.h URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/include/apr_reslist.h?rev=676473&r1=676472&r2=676473&view=diff ============================================================================== --- apr/apr-util/branches/1.3.x/include/apr_reslist.h (original) +++ apr/apr-util/branches/1.3.x/include/apr_reslist.h Sun Jul 13 21:15:19 2008 @@ -65,7 +65,6 @@ * Create a new resource list with the following parameters: * @param reslist An address where the pointer to the new resource * list will be stored. - * @param pool The pool to use for local storage and management * @param min Allowed minimum number of available resources. Zero * creates new resources only when needed. * @param smax Resources will be destroyed to meet this maximum