From commits-return-9882-apmail-apr-commits-archive=apr.apache.org@apr.apache.org Tue Jul 29 23:20:59 2008 Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 29591 invoked from network); 29 Jul 2008 23:20:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jul 2008 23:20:59 -0000 Received: (qmail 79577 invoked by uid 500); 29 Jul 2008 23:20:58 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 79544 invoked by uid 500); 29 Jul 2008 23:20:58 -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 79535 invoked by uid 99); 29 Jul 2008 23:20:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jul 2008 16:20:58 -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; Tue, 29 Jul 2008 23:20:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E44722388873; Tue, 29 Jul 2008 16:20:37 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r680877 - /apr/apr-util/branches/1.3.x/include/apr_reslist.h Date: Tue, 29 Jul 2008 23:20:37 -0000 To: commits@apr.apache.org From: bojan@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080729232037.E44722388873@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bojan Date: Tue Jul 29 16:20:37 2008 New Revision: 680877 URL: http://svn.apache.org/viewvc?rev=680877&view=rev Log: Document that reslist is only available when when threads are available too. PR 24325. 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=680877&r1=680876&r2=680877&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 Tue Jul 29 16:20:37 2008 @@ -34,6 +34,9 @@ * @defgroup APR_Util_RL Resource List Routines * @ingroup APR_Util * @{ + * @warning + * Resource list data types and routines are only available when + * threads are enabled (i.e. APR_HAS_THREADS is not zero). */ #ifdef __cplusplus