diff options
author | Igor Sysoev <igor@sysoev.ru> | 2003-07-01 15:00:03 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2003-07-01 15:00:03 +0000 |
commit | 6abfde65573d145325a908417d5301d4766c6af8 (patch) | |
tree | a1ac279536b8830a41dcbde437af0ac054f3050b /src/core/ngx_modules.c | |
parent | f5e97c5cbe063246087f11f36fa04c48e8dba10a (diff) | |
download | nginx-6abfde65573d145325a908417d5301d4766c6af8.tar.gz nginx-6abfde65573d145325a908417d5301d4766c6af8.zip |
nginx-0.0.1-2003-07-01-19:00:03 import
Diffstat (limited to 'src/core/ngx_modules.c')
-rw-r--r-- | src/core/ngx_modules.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ngx_modules.c b/src/core/ngx_modules.c index 0dbcde64d..50655abf4 100644 --- a/src/core/ngx_modules.c +++ b/src/core/ngx_modules.c @@ -6,7 +6,7 @@ extern ngx_module_t ngx_errlog_module; extern ngx_module_t ngx_events_module; -extern ngx_module_t ngx_event_module; +extern ngx_module_t ngx_event_core_module; extern ngx_module_t ngx_select_module; #if (HAVE_POLL) extern ngx_module_t ngx_poll_module; @@ -51,7 +51,7 @@ ngx_module_t *ngx_modules[] = { /* events */ &ngx_events_module, - &ngx_event_module, + &ngx_event_core_module, &ngx_select_module, #if (HAVE_POLL) |