comparison src/event/ngx_event.c @ 271:e16dfb9b9afa

nginx-0.0.2-2004-02-26-20:10:01 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 26 Feb 2004 17:10:01 +0000
parents 7bb9562216ce
children d4e65d74db9f
comparison
equal deleted inserted replaced
270:7bb9562216ce 271:e16dfb9b9afa
43 ngx_event_actions_t ngx_event_actions; 43 ngx_event_actions_t ngx_event_actions;
44 44
45 45
46 static int ngx_event_max_module; 46 static int ngx_event_max_module;
47 47
48 ngx_event_t *ngx_posted_events;
48 49
49 50
50 static ngx_str_t events_name = ngx_string("events"); 51 static ngx_str_t events_name = ngx_string("events");
51 52
52 static ngx_command_t ngx_events_commands[] = { 53 static ngx_command_t ngx_events_commands[] = {