mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
add comment
This commit is contained in:
parent
d1eedde904
commit
954e7e0739
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue