Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2002-08-15 21:20:26 +0400
committerIgor Sysoev <igor@sysoev.ru>2002-08-15 21:20:26 +0400
commit0c331d9f666b4f9be91009b7caea457e58a80779 (patch)
treed48221581b361ee5b0ccad46e4df49caa41b1bba /src/http/ngx_http.h
parent6de5c2cb63f8aee4bcbec3c363a72fd8e4a4e64d (diff)
nginx-0.0.1-2002-08-15-21:20:26 import
Diffstat (limited to 'src/http/ngx_http.h')
-rw-r--r--src/http/ngx_http.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h
index 62e10f750..6fa0f7829 100644
--- a/src/http/ngx_http.h
+++ b/src/http/ngx_http.h
@@ -23,6 +23,13 @@
typedef struct {
+ void *ctx; /* STUB */
+} ngx_http_module_t;
+
+/* STUB */
+#define ngx_get_module_ctx(r, module) (module)->ctx
+
+typedef struct {
char *buff;
char *pos;
char *last;