diff src/core/ngx_connection.h @ 18:72ad26c77d2d

nginx-0.0.1-2002-10-04-21:58:04 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 04 Oct 2002 17:58:04 +0000
parents 2aba961a1d34
children 77c7629a2627
line wrap: on
line diff
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -14,9 +14,13 @@ typedef struct ngx_connection_s  ngx_con
 #endif
 
 struct ngx_connection_s {
-    ngx_socket_t      fd;
+    ngx_socket_t     fd;
     void            *data;
 
+    /* STUB */
+    ngx_array_t     *requests;
+    int              requests_len;
+
 #ifdef NGX_EVENT
     ngx_event_t      *read;
     ngx_event_t      *write;