Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 53478 invoked from network); 13 Sep 2006 17:10:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Sep 2006 17:10:43 -0000 Received: (qmail 54228 invoked by uid 500); 13 Sep 2006 17:10:42 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 53951 invoked by uid 500); 13 Sep 2006 17:10:40 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 53940 invoked by uid 99); 13 Sep 2006 17:10:40 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Sep 2006 10:10:40 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=rooneg@gmail.com; spf=pass Authentication-Results: idunn.apache.osuosl.org header.from=rooneg@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.4 required=5.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP Received-SPF: pass (idunn.apache.osuosl.org: domain gmail.com designates 66.249.82.227 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from ([66.249.82.227:46450] helo=wx-out-0506.google.com) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id C8/41-10245-45B38054 for ; Wed, 13 Sep 2006 10:10:55 -0700 Received: by wx-out-0506.google.com with SMTP id i27so2456475wxd for ; Wed, 13 Sep 2006 10:09:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=sx1JG36tifHqjGS+WXJ/+REtrw/FI+XE4M7w45E5yHegAk+dqgRyfXtACl/AP7ATb5d7nZYe9O+iwFlu9zqs7GwwnaniWKqUo3CVB32GkYvwR3f15oaqdWjxj9PN4uVXlm1Uujtsj7zlgAhLjhZkPlRqbCyqlXD5vcDYIadHqWo= Received: by 10.70.19.16 with SMTP id 16mr9084474wxs; Wed, 13 Sep 2006 10:09:20 -0700 (PDT) Received: by 10.70.71.8 with HTTP; Wed, 13 Sep 2006 10:09:20 -0700 (PDT) Message-ID: <7edfeeef0609131009peb35897x531864d65f103b06@mail.gmail.com> Date: Wed, 13 Sep 2006 13:09:20 -0400 From: "Garrett Rooney" Sender: rooneg@gmail.com To: "Ryan Phillips" Subject: Re: [PATCH] reslist and outstanding resources Cc: dev@apr.apache.org In-Reply-To: <44F6271D.8@trolocsis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44F6271D.8@trolocsis.com> X-Google-Sender-Auth: bf9af98dc45a259c X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/30/06, Ryan Phillips wrote: > Hi All! > > I had a need to know how many outstanding resources there were in a reslist. > > Comments? Looks good to me, committed in r443031. Thanks! -garrett