diff src/core/ngx_connection.h @ 7:b5481d6fbbd4

nginx-0.0.1-2002-08-29-20:59:54 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 29 Aug 2002 16:59:54 +0000
parents 669801705ab1
children 708f8bb772ec
line wrap: on
line diff
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -34,7 +34,7 @@ struct ngx_connection_s {
     char             *addr_text;
     size_t            addr_textlen;
 
-    time_t            post_accept_timeout;
+    unsigned int      post_accept_timeout;
 };