comparison src/core/ngx_hunk.h @ 6:669801705ab1

nginx-0.0.1-2002-08-26-19:18:19 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Aug 2002 15:18:19 +0000
parents c5f071d376e5
children b5481d6fbbd4
comparison
equal deleted inserted replaced
5:62b1a364857c 6:669801705ab1
46 char *start; /* start of hunk */ 46 char *start; /* start of hunk */
47 char *end; /* end of hunk */ 47 char *end; /* end of hunk */
48 char *pre_start; /* start of pre-allocated hunk */ 48 char *pre_start; /* start of pre-allocated hunk */
49 char *post_end; /* end of post-allocated hunk */ 49 char *post_end; /* end of post-allocated hunk */
50 int tag; 50 int tag;
51 ngx_file_t fd; 51 ngx_fd_t fd;
52 }; 52 };
53 53
54 typedef struct ngx_chain_s ngx_chain_t; 54 typedef struct ngx_chain_s ngx_chain_t;
55 struct ngx_chain_s { 55 struct ngx_chain_s {
56 ngx_hunk_t *hunk; 56 ngx_hunk_t *hunk;