#include <olsr_cfg.h>

Data Fields | |
| char * | key |
| char * | value |
| struct plugin_param * | next |
Definition at line 159 of file olsr_cfg.h.
| char* plugin_param::key |
Definition at line 160 of file olsr_cfg.h.
Referenced by build_config_body(), olsr_enable_plugin(), olsr_free_cfg(), olsr_write_cnf_buf(), parse_cfg_loadplugin(), and yyparse().
| struct plugin_param* plugin_param::next |
Definition at line 162 of file olsr_cfg.h.
Referenced by build_config_body(), olsr_enable_plugin(), olsr_free_cfg(), olsr_write_cnf_buf(), parse_cfg_loadplugin(), parse_cfg_log(), and yyparse().
| char* plugin_param::value |
Definition at line 161 of file olsr_cfg.h.
Referenced by build_config_body(), olsr_enable_plugin(), olsr_free_cfg(), olsr_write_cnf_buf(), parse_cfg_loadplugin(), and yyparse().
1.6.3