comparison src/core/ngx_connection.h @ 28:a117a7fdf042

nginx-0.0.1-2002-12-16-00:08:04 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 15 Dec 2002 21:08:04 +0000
parents 53cb81681040
children 0e81ac0bb3e2
comparison
equal deleted inserted replaced
27:a8d5abe713e6 28:a117a7fdf042
1 #ifndef _NGX_CONNECTION_H_INCLUDED_ 1 #ifndef _NGX_CONNECTION_H_INCLUDED_
2 #define _NGX_CONNECTION_H_INCLUDED_ 2 #define _NGX_CONNECTION_H_INCLUDED_
3 3
4 #include <ngx_socket.h> 4 #include <ngx_socket.h>
5 #include <ngx_log.h> 5 #include <ngx_log.h>
6 #include <ngx_alloc.h>
6 #include <ngx_hunk.h> 7 #include <ngx_hunk.h>
7 #include <ngx_alloc.h> 8 #include <ngx_array.h>
8 #include <ngx_string.h> 9 #include <ngx_string.h>
9 #include <ngx_server.h> 10 #include <ngx_server.h>
10 11
11 typedef struct ngx_connection_s ngx_connection_t; 12 typedef struct ngx_connection_s ngx_connection_t;
12 13