Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 43920 invoked from network); 28 Jul 2007 04:11:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jul 2007 04:11:49 -0000 Received: (qmail 78988 invoked by uid 500); 28 Jul 2007 04:11:50 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 78890 invoked by uid 500); 28 Jul 2007 04:11:50 -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 78877 invoked by uid 99); 28 Jul 2007 04:11:50 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jul 2007 21:11:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jul 2007 04:11:49 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C66FE1A981A; Fri, 27 Jul 2007 21:11:28 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r560487 - /apr/apr/branches/evenset/include/apr_wqueue.h Date: Sat, 28 Jul 2007 04:11:28 -0000 To: commits@apr.apache.org From: davi@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070728041128.C66FE1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: davi Date: Fri Jul 27 21:11:28 2007 New Revision: 560487 URL: http://svn.apache.org/viewvc?view=rev&rev=560487 Log: Fill in missing bits of APR waitqueue documentation. Modified: apr/apr/branches/evenset/include/apr_wqueue.h Modified: apr/apr/branches/evenset/include/apr_wqueue.h URL: http://svn.apache.org/viewvc/apr/apr/branches/evenset/include/apr_wqueue.h?view=diff&rev=560487&r1=560486&r2=560487 ============================================================================== --- apr/apr/branches/evenset/include/apr_wqueue.h (original) +++ apr/apr/branches/evenset/include/apr_wqueue.h Fri Jul 27 21:11:28 2007 @@ -82,7 +82,7 @@ apr_wqueue_entry_t *entry); /** - * Remove an entry a wait queue + * Remove an entry from a wait queue * @param wqueue The wait queue to remove the entry from * @param entry The wait queue entry */ @@ -90,10 +90,10 @@ apr_wqueue_entry_t *entry); /** - * - * @param wqueue + * Wake up @nwake processes sleeping on the wait queue. + * @param wqueue The wait queue * @param nwake (input) Number of process to wake or 0 to wake up all - * (output) - Number of + * (output) - Number of processes woken up * @remark The woken up entries are not removed from the wait queue */ APR_DECLARE(apr_status_t) apr_wqueue_wake(apr_wqueue_t *wqueue,