summaryrefslogtreecommitdiff
path: root/src/plugin_config.h
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-01-27 22:39:39 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-01-29 03:10:22 -0500
commitcf3e301272f53329e03a85cd3cf4d45ced67b540 (patch)
tree692674badeb699f11578d6867e2695052570c19d /src/plugin_config.h
parent0045b9aa1af9f46cfe4ad2535c88d4c9c5e8317b (diff)
downloadlighttpd-git-cf3e301272f53329e03a85cd3cf4d45ced67b540.tar.gz
[core] tighten struct data_config and related code
tighten struct data_config and config_cond_info create config key at startup and reuse for debug/trace separate routine for configparser_parse_condition() separate routine for configparser_parse_else_condition()
Diffstat (limited to 'src/plugin_config.h')
-rw-r--r--src/plugin_config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugin_config.h b/src/plugin_config.h
index a668a6f3..db7f9801 100644
--- a/src/plugin_config.h
+++ b/src/plugin_config.h
@@ -43,9 +43,7 @@ typedef struct {
comp_key_t comp;
config_cond_t cond;
const buffer *string;
- const buffer *comp_tag;
- const buffer *comp_key;
- const char *op;
+ const char *comp_key;
} config_cond_info;
__attribute_cold__