comparison src/core/ngx_hash.h @ 665:0b460e61bdcd default tip

Merge with nginx 1.0.0.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 25 Apr 2011 04:22:17 +0400
parents 8246d8a2c2be
children
comparison
equal deleted inserted replaced
572:06419a2298a9 665:0b460e61bdcd
12 #include <ngx_core.h> 12 #include <ngx_core.h>
13 13
14 14
15 typedef struct { 15 typedef struct {
16 void *value; 16 void *value;
17 u_char len; 17 u_short len;
18 u_char name[1]; 18 u_char name[1];
19 } ngx_hash_elt_t; 19 } ngx_hash_elt_t;
20 20
21 21
22 typedef struct { 22 typedef struct {