comparison src/event/ngx_event.c @ 272:d4e65d74db9f

nginx-0.0.2-2004-03-01-00:03:02 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 29 Feb 2004 21:03:02 +0000
parents e16dfb9b9afa
children a2d1ccc96111
comparison
equal deleted inserted replaced
271:e16dfb9b9afa 272:d4e65d74db9f
37 37
38 static void *ngx_event_create_conf(ngx_cycle_t *cycle); 38 static void *ngx_event_create_conf(ngx_cycle_t *cycle);
39 static char *ngx_event_init_conf(ngx_cycle_t *cycle, void *conf); 39 static char *ngx_event_init_conf(ngx_cycle_t *cycle, void *conf);
40 40
41 41
42 int ngx_event_flags; 42 int ngx_event_flags;
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 volatile ngx_event_t *ngx_posted_events;
49 49
50 50
51 static ngx_str_t events_name = ngx_string("events"); 51 static ngx_str_t events_name = ngx_string("events");
52 52
53 static ngx_command_t ngx_events_commands[] = { 53 static ngx_command_t ngx_events_commands[] = {