src/os/unix/ngx_linux.h - nginx source code

Macros defined

Source code


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


  5. #ifndef _NGX_LINUX_H_INCLUDED_
  6. #define _NGX_LINUX_H_INCLUDED_


  7. ngx_chain_t *ngx_linux_sendfile_chain(ngx_connection_t *c, ngx_chain_t *in,
  8.     off_t limit);


  9. #endif /* _NGX_LINUX_H_INCLUDED_ */