Author: markt Date: Wed May 23 19:56:19 2012 New Revision: 1342003 URL: http://svn.apache.org/viewvc?rev=1342003&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
Modified: tomcat/native/trunk/native/src/poll.c Modified: tomcat/native/trunk/native/src/poll.c URL: http://svn.apache.org/viewvc/tomcat/native/trunk/native/src/poll.c?rev=1342003&r1=1342002&r2=1342003&view=diff ============================================================================== --- tomcat/native/trunk/native/src/poll.c (original) +++ tomcat/native/trunk/native/src/poll.c Wed May 23 19:56:19 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; jboolean wakeable; #ifdef TCN_DO_STATISTICS --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org