Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 74377 invoked from network); 21 Sep 2008 16:20:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Sep 2008 16:20:42 -0000 Received: (qmail 89110 invoked by uid 500); 21 Sep 2008 16:20:37 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 89044 invoked by uid 500); 21 Sep 2008 16:20:37 -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 89033 invoked by uid 99); 21 Sep 2008 16:20:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Sep 2008 09:20:37 -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; Sun, 21 Sep 2008 16:19:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D458323889F7; Sun, 21 Sep 2008 09:20:19 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r697535 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h Date: Sun, 21 Sep 2008 16:20:19 -0000 To: dev@tomcat.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080921162019.D458323889F7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mturk Date: Sun Sep 21 09:20:19 2008 New Revision: 697535 URL: http://svn.apache.org/viewvc?rev=697535&view=rev Log: Add missing declaration for ping_timeout Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h?rev=697535&r1=697534&r2=697535&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h (original) +++ tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h Sun Sep 21 09:20:19 2008 @@ -313,7 +313,9 @@ int prepost_timeout; /* before sending a request cping/cpong timeout delay in ms (0 means disabled) */ int connection_keepalive; /* interval for sending cping packets on * unused connection */ - + int ping_timeout; /* generic cping/cpong timeout. Used for keepalive packets or + * as default for boolean valued connect and prepost timeouts. + */ /* * Recovery options */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org