Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 61388 invoked from network); 11 Aug 2004 22:55:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Aug 2004 22:55:03 -0000 Received: (qmail 85742 invoked by uid 500); 11 Aug 2004 22:55:02 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 85619 invoked by uid 500); 11 Aug 2004 22:55:01 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 85606 invoked by uid 500); 11 Aug 2004 22:55:01 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Received: (qmail 85598 invoked by uid 99); 11 Aug 2004 22:55:01 -0000 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Wed, 11 Aug 2004 15:55:01 -0700 Received: (qmail 61376 invoked by uid 1134); 11 Aug 2004 22:55:00 -0000 Date: 11 Aug 2004 22:55:00 -0000 Message-ID: <20040811225500.61375.qmail@minotaur.apache.org> From: wrowe@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/proxy mod_proxy.h X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N wrowe 2004/08/11 15:55:00 Modified: modules/proxy mod_proxy.h Log: Fix structure element typo. Submitted by: mturk Revision Changes Path 1.116 +1 -1 httpd-2.0/modules/proxy/mod_proxy.h Index: mod_proxy.h =================================================================== RCS file: /home/cvs/httpd-2.0/modules/proxy/mod_proxy.h,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- mod_proxy.h 11 Aug 2004 22:48:13 -0000 1.115 +++ mod_proxy.h 11 Aug 2004 22:55:00 -0000 1.116 @@ -248,7 +248,7 @@ proxy_balancer *b; /* balancer containing this worker */ proxy_worker *w; double lbfactor; /* dynamic lbfactor */ - double lbsatus; /* Current lbstatus */ + double lbstatus; /* Current lbstatus */ apr_size_t transfered; /* Number of bytes transfered to remote */ apr_size_t readed; /* Number of bytes readed from remote */ const char *route;