diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-09-01 11:21:00 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-09-01 11:21:00 +0000 |
commit | 954e7e07398f63765e35284a1e69aaa3ba5f17e7 (patch) | |
tree | 67716d34e76d6a004f5b552be5480d009464b5c3 /src | |
parent | d1eedde904be906f9b07243a49896c44f58d8b76 (diff) | |
download | nginx-954e7e07398f63765e35284a1e69aaa3ba5f17e7.tar.gz nginx-954e7e07398f63765e35284a1e69aaa3ba5f17e7.zip |
add comment
Diffstat (limited to 'src')
-rw-r--r-- | src/event/ngx_event.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/event/ngx_event.h b/src/event/ngx_event.h index f16b2f199..059a95229 100644 --- a/src/event/ngx_event.h +++ b/src/event/ngx_event.h @@ -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 |