src/event/modules/ngx_iocp_module.h - nginx source code

Data types defined

Macros defined

Source code


  1. /*
  2. * Copyright (C) Igor Sysoev
  3. * Copyright (C) Nginx, Inc.
  4. */


  5. #ifndef _NGX_IOCP_MODULE_H_INCLUDED_
  6. #define _NGX_IOCP_MODULE_H_INCLUDED_


  7. typedef struct {
  8.     int  threads;
  9.     int  post_acceptex;
  10.     int  acceptex_read;
  11. } ngx_iocp_conf_t;


  12. extern ngx_module_t  ngx_iocp_module;


  13. #endif /* _NGX_IOCP_MODULE_H_INCLUDED_ */