add comment

This commit is contained in:
Igor Sysoev 2007-09-01 11:21:00 +00:00
parent d1eedde904
commit 954e7e0739

View File

@ -303,8 +303,12 @@ extern ngx_event_actions_t ngx_event_actions;
* /dev/poll: we need to flush POLLREMOVE event
* before closing file.
*/
#define NGX_CLOSE_EVENT 1
/*
* disable temporarily event filter, this may avoid locks
* in kernel malloc()/free(): kqueue.
*/
#define NGX_DISABLE_EVENT 2