comparison src/core/ngx_hash.h @ 635:e67b227c8dbb default tip

Merge with current.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 25 Apr 2011 04:07:55 +0400
parents 8246d8a2c2be
children
comparison
equal deleted inserted replaced
578:f3a9e57d2e17 635:e67b227c8dbb
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 {