src/os/unix/ngx_solaris.h - nginx-1.7.10

Macros defined

Source code


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


  5. #ifndef _NGX_SOLARIS_H_INCLUDED_
  6. #define _NGX_SOLARIS_H_INCLUDED_


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


  9. #endif /* _NGX_SOLARIS_H_INCLUDED_ */