diff options
Diffstat (limited to 'src/core/ngx_conf_file.h')
-rw-r--r-- | src/core/ngx_conf_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_conf_file.h b/src/core/ngx_conf_file.h index beb148a13..f6c9e0292 100644 --- a/src/core/ngx_conf_file.h +++ b/src/core/ngx_conf_file.h @@ -45,6 +45,7 @@ struct ngx_command_s { char *(*set)(ngx_conf_t *cf, ngx_command_t *cmd, char *conf); int conf; int offset; + void *bounds; }; |