nginx-quic/src/event/modules/ngx_iocp_module.h

16 lines
257 B
C
Raw Normal View History

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_ */