diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2015-03-20 06:43:19 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2015-03-20 06:43:19 +0300 |
| commit | b6029a8a3fbe8577386a2a5e67c86700900afaf6 (patch) | |
| tree | 095e579580ae99db72afe8df5dde7bf9a41ec12b /src/event/modules/ngx_aio_module.c | |
| parent | d1ec868e328f58fc2c96827f4d1223ee7ed2192c (diff) | |
| download | nginx-b6029a8a3fbe8577386a2a5e67c86700900afaf6.tar.gz nginx-b6029a8a3fbe8577386a2a5e67c86700900afaf6.tar.bz2 | |
Removed unix ngx_threaded and related ngx_process_changes.
Diffstat (limited to 'src/event/modules/ngx_aio_module.c')
| -rw-r--r-- | src/event/modules/ngx_aio_module.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/event/modules/ngx_aio_module.c b/src/event/modules/ngx_aio_module.c index 5df58d24c..fd03fecb4 100644 --- a/src/event/modules/ngx_aio_module.c +++ b/src/event/modules/ngx_aio_module.c @@ -49,7 +49,6 @@ ngx_event_module_t ngx_aio_module_ctx = { NULL, /* add an connection */ ngx_aio_del_connection, /* delete an connection */ NULL, /* trigger a notify */ - NULL, /* process the changes */ ngx_aio_process_events, /* process the events */ ngx_aio_init, /* init the events */ ngx_aio_done /* done the events */ |
