aboutsummaryrefslogtreecommitdiffstats
path: root/app/nginx/src/event/modules/ngx_iocp_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/nginx/src/event/modules/ngx_iocp_module.h')
-rw-r--r--app/nginx/src/event/modules/ngx_iocp_module.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/app/nginx/src/event/modules/ngx_iocp_module.h b/app/nginx/src/event/modules/ngx_iocp_module.h
new file mode 100644
index 0000000..dc73983
--- /dev/null
+++ b/app/nginx/src/event/modules/ngx_iocp_module.h
@@ -0,0 +1,22 @@
+
+/*
+ * Copyright (C) Igor Sysoev
+ * Copyright (C) Nginx, Inc.
+ */
+
+
+#ifndef _NGX_IOCP_MODULE_H_INCLUDED_
+#define _NGX_IOCP_MODULE_H_INCLUDED_
+
+
+typedef struct {
+ int threads;
+ int post_acceptex;
+ int acceptex_read;
+} ngx_iocp_conf_t;
+
+
+extern ngx_module_t ngx_iocp_module;
+
+
+#endif /* _NGX_IOCP_MODULE_H_INCLUDED_ */