Author: markt Date: Wed May 23 19:58:23 2012 New Revision: 1342004 URL: http://svn.apache.org/viewvc?rev=1342004&view=rev Log: socket_ttl is an absolute time, not an interval (not that it really matters, apr_int64_t is used for both types Back port of r1342003
Modified: tomcat/native/branches/1.1.x/ (props changed) tomcat/native/branches/1.1.x/native/src/poll.c Propchange: tomcat/native/branches/1.1.x/ ------------------------------------------------------------------------------ Merged /tomcat/native/trunk:r1342003 Modified: tomcat/native/branches/1.1.x/native/src/poll.c URL: http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/native/src/poll.c?rev=1342004&r1=1342003&r2=1342004&view=diff ============================================================================== --- tomcat/native/branches/1.1.x/native/src/poll.c (original) +++ tomcat/native/branches/1.1.x/native/src/poll.c Wed May 23 19:58:23 2012 @@ -40,7 +40,7 @@ typedef struct tcn_pollset { apr_pollset_t *pollset; jlong *set; apr_pollfd_t *socket_set; - apr_interval_time_t *socket_ttl; + apr_time_t *socket_ttl; apr_interval_time_t max_ttl; #ifdef TCN_DO_STATISTICS int sp_added; --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org