2003-02-06 14:21:13 -03:00
|
|
|
#ifndef _NGX_IOCP_MODULE_H_INCLUDED_
|
|
|
|
#define _NGX_IOCP_MODULE_H_INCLUDED_
|
|
|
|
|
|
|
|
|
2003-06-11 11:28:34 -04:00
|
|
|
typedef struct {
|
|
|
|
int threads;
|
|
|
|
int acceptex;
|
|
|
|
int acceptex_read;
|
|
|
|
} ngx_iocp_conf_t;
|
2003-02-06 14:21:13 -03:00
|
|
|
|
|
|
|
|
2003-06-11 11:28:34 -04:00
|
|
|
extern ngx_module_t ngx_iocp_module;
|
2003-02-06 14:21:13 -03:00
|
|
|
|
|
|
|
|
|
|
|
#endif /* _NGX_IOCP_MODULE_H_INCLUDED_ */
|