You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2006/12/06 19:39:14 UTC

svn commit: r483173 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h

Author: mturk
Date: Wed Dec  6 10:39:12 2006
New Revision: 483173

URL: http://svn.apache.org/viewvc?view=rev&rev=483173
Log:
Use int instead time_t for configuration property.

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h

Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h?view=diff&rev=483173&r1=483172&r2=483173
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h Wed Dec  6 10:39:12 2006
@@ -130,7 +130,7 @@
     int          retries;
     int          lbmethod;
     int          lblock;
-    time_t       maintain_time;
+    int          maintain_time;
     unsigned int max_packet_size;
     unsigned int sequence;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org