Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 83621 invoked from network); 8 Aug 2007 16:26:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Aug 2007 16:26:00 -0000 Received: (qmail 33888 invoked by uid 500); 8 Aug 2007 16:25:55 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 33829 invoked by uid 500); 8 Aug 2007 16:25:55 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 33818 invoked by uid 99); 8 Aug 2007 16:25:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Aug 2007 09:25:55 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [209.133.199.10] (HELO jimsys.jagunet.com) (209.133.199.10) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Aug 2007 16:25:49 +0000 Received: from [127.0.0.1] (localhost [127.0.0.1]) by jimsys.jagunet.com (Postfix) with ESMTP id 9112996443F for ; Wed, 8 Aug 2007 12:25:30 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <46B9EAD1.9090102@kippdata.de> References: <20070802174224.A6FA01A981D@eris.apache.org> <9645DC78-4315-45A4-B16B-D10B84982844@jaguNET.com> <46B23EC5.7070401@kippdata.de> <26FF658D-B877-493B-AC38-7F9DFB8D5726@jaguNET.com> <46B9EAD1.9090102@kippdata.de> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Jim Jagielski Subject: Re: svn commit: r562194 - in /tomcat/connectors/trunk/jk: native/common/jk_ajp13.h native/common/jk_ajp_common.c native/common/jk_lb_worker.c xdocs/miscellaneous/changelog.xml xdocs/reference/workers.xml Date: Wed, 8 Aug 2007 12:25:29 -0400 To: "Tomcat Developers List" X-Mailer: Apple Mail (2.752.2) X-Virus-Checked: Checked by ClamAV on apache.org :) It just seemed like a conscious coding style and didn't want to confuse things... Or else it was some normal C array/pointer confusion :) *duck* On Aug 8, 2007, at 12:09 PM, Rainer Jung wrote: > You are missing nothing. Feel free to scratch :) > > Regards, > > Rainer > > Jim Jagielski wrote: >> On Aug 2, 2007, at 4:29 PM, Rainer Jung wrote: >>> And in fact it doesn't matter. I found it more logical, to have >>> JK_STATUS_ERROR and JK_STATUS_FATAL_ERROR closer together (for >>> those reading the code). The constants are not used outside JK, >>> so there is no compatibility problem. >>> >>> It looks like your are closely following todays JK changes. I >>> really appreciate that! Unless you find problems, I just now >>> commited my last change (hopefully) for 1.2.25. >> A other little nit: The see a few places where >> we have things like (in jk_lb_worker.c for example): >> &(p->lb_workers[0].s->route[0]) >> Can't they simply be reduced to >> p->lb_workers[0].s->route >> ? >> Not exactly sure what I'm missing there... > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org > For additional commands, e-mail: dev-help@tomcat.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org