diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2003-06-11 15:28:34 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2003-06-11 15:28:34 +0000 |
| commit | 239baac646073cab7bbaf537ba2d6ca844f2c992 (patch) | |
| tree | c7c3f61213697a68dc95898d27a730c08abce049 /src/event/modules/ngx_iocp_module.h | |
| parent | e4a2526e5ccd4f3f5f160656c1a7b6f865ac44c8 (diff) | |
| download | nginx-239baac646073cab7bbaf537ba2d6ca844f2c992.tar.gz nginx-239baac646073cab7bbaf537ba2d6ca844f2c992.tar.bz2 | |
nginx-0.0.1-2003-06-11-19:28:34 import
Diffstat (limited to 'src/event/modules/ngx_iocp_module.h')
| -rw-r--r-- | src/event/modules/ngx_iocp_module.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/event/modules/ngx_iocp_module.h b/src/event/modules/ngx_iocp_module.h index d7f2f5192..7b61a46f3 100644 --- a/src/event/modules/ngx_iocp_module.h +++ b/src/event/modules/ngx_iocp_module.h @@ -2,14 +2,14 @@ #define _NGX_IOCP_MODULE_H_INCLUDED_ -#include <ngx_types.h> -#include <ngx_log.h> -#include <ngx_event.h> +typedef struct { + int threads; + int acceptex; + int acceptex_read; +} ngx_iocp_conf_t; -int ngx_iocp_init(int max_connections, ngx_log_t *log); -int ngx_iocp_add_event(ngx_event_t *ev); -int ngx_iocp_process_events(ngx_log_t *log); +extern ngx_module_t ngx_iocp_module; #endif /* _NGX_IOCP_MODULE_H_INCLUDED_ */ |
