'CFG atcher' in wtpman

This commit is contained in:
2022-09-02 12:03:38 +02:00
parent 20bd835f63
commit 0078c07e58
6 changed files with 96 additions and 60 deletions

View File

@ -40,6 +40,11 @@ struct wtpman {
cw_Cfg_t * wtp_cfg;
cw_Cfg_t * discovery_cfg;
cw_Cfg_t * join_cfg;
cw_Cfg_t * config_status_cfg;
int update;
int ctr;
};