summaryrefslogtreecommitdiffhomepage
path: root/src/http/ngx_http_variables.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-07-22 08:47:45 +0000
committerIgor Sysoev <igor@sysoev.ru>2007-07-22 08:47:45 +0000
commit64bb1e34d24f805a278da05e55efd449be76e57f (patch)
treebf4555e728d672cf86c58f163eb7e1e8f3b0bdb1 /src/http/ngx_http_variables.h
parentfbd3b2d727af9cc308d0a0c82812d5181f9a477e (diff)
downloadnginx-64bb1e34d24f805a278da05e55efd449be76e57f.tar.gz
nginx-64bb1e34d24f805a278da05e55efd449be76e57f.tar.bz2
r1306, r1307, r1308, r1309, r1310, r1311, r1322, r1325 merge:
Sun Studio related fixes
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http_variables.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/http/ngx_http_variables.h b/src/http/ngx_http_variables.h
index df487e48e..1dc982844 100644
--- a/src/http/ngx_http_variables.h
+++ b/src/http/ngx_http_variables.h
@@ -14,15 +14,7 @@
#include <ngx_http.h>
-typedef struct {
- unsigned len:29;
-
- unsigned valid:1;
- unsigned no_cachable:1;
- unsigned not_found:1;
-
- u_char *data;
-} ngx_http_variable_value_t;
+typedef ngx_variable_value_t ngx_http_variable_value_t;
#define ngx_http_variable(v) { sizeof(v) - 1, 1, 0, 0, (u_char *) v }