From a962506498d3930bea4e34bc21d261613065f98f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 28 Aug 2009 08:12:35 +0000 Subject: FreeBSD and Linux AIO support --- src/os/unix/ngx_posix_config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/os/unix/ngx_posix_config.h') diff --git a/src/os/unix/ngx_posix_config.h b/src/os/unix/ngx_posix_config.h index 3644151ee..86a80d701 100644 --- a/src/os/unix/ngx_posix_config.h +++ b/src/os/unix/ngx_posix_config.h @@ -112,6 +112,12 @@ #endif +#if (NGX_HAVE_FILE_AIO) +#include +typedef struct aiocb ngx_aiocb_t; +#endif + + #define NGX_LISTEN_BACKLOG 511 -- cgit v1.2.3