diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-09-13 16:18:09 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-09-13 16:18:09 +0000 |
| commit | 0292cbbe35cc6296a3128315a9a982fa2aa6832b (patch) | |
| tree | 595e5e0ad5b6d904d327f550398b31c34a932cad /src/event/ngx_event.h | |
| parent | 32e5771747809a31ed245a3299fefe19ace03ce6 (diff) | |
| download | nginx-0292cbbe35cc6296a3128315a9a982fa2aa6832b.tar.gz nginx-0292cbbe35cc6296a3128315a9a982fa2aa6832b.tar.bz2 | |
nginx-0.0.10-2004-09-13-20:18:09 import
Diffstat (limited to 'src/event/ngx_event.h')
| -rw-r--r-- | src/event/ngx_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event/ngx_event.h b/src/event/ngx_event.h index 0f7e9bcd3..2b3fa4f6e 100644 --- a/src/event/ngx_event.h +++ b/src/event/ngx_event.h @@ -394,7 +394,7 @@ extern ngx_event_actions_t ngx_event_actions; #define NGX_EVENT_MODULE 0x544E5645 /* "EVNT" */ -#define NGX_EVENT_CONF 0x00200000 +#define NGX_EVENT_CONF 0x02000000 typedef struct { |
