diff options
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http.h | 7 |
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; |
