mirror of
https://github.com/nginx/nginx.git
synced 2025-01-03 12:47:21 -06:00
add comment
This commit is contained in:
parent
d1eedde904
commit
954e7e0739
@ -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…
Reference in New Issue
Block a user