comparison src/core/ngx_core.h @ 395:f8f0f1834266

nginx-0.0.7-2004-07-16-21:11:43 import
author Igor Sysoev <igor@sysoev.ru>
date Fri, 16 Jul 2004 17:11:43 +0000
parents 5659d773cfa8
children 388a842cbbe1
comparison
equal deleted inserted replaced
394:e7a68e14ccd3 395:f8f0f1834266
11 typedef struct ngx_open_file_s ngx_open_file_t; 11 typedef struct ngx_open_file_s ngx_open_file_t;
12 typedef struct ngx_command_s ngx_command_t; 12 typedef struct ngx_command_s ngx_command_t;
13 typedef struct ngx_file_s ngx_file_t; 13 typedef struct ngx_file_s ngx_file_t;
14 typedef struct ngx_event_s ngx_event_t; 14 typedef struct ngx_event_s ngx_event_t;
15 typedef struct ngx_connection_s ngx_connection_t; 15 typedef struct ngx_connection_s ngx_connection_t;
16
17 typedef void (*ngx_event_handler_pt)(ngx_event_t *ev);
18
16 19
17 20
18 #define NGX_OK 0 21 #define NGX_OK 0
19 #define NGX_ERROR -1 22 #define NGX_ERROR -1
20 #define NGX_AGAIN -2 23 #define NGX_AGAIN -2