提交 11913170 authored 作者: blu's avatar blu

cloud cmd api for platform client

上级 234ea1bb
......@@ -797,10 +797,11 @@ public:
if(this->configMap.count("mod2mgr") ==0 || this->configMap["mod2mgr"].size() ==0) {
}else{
for(auto &k:mods) {
this->configMap.erase(k);
this->configMap["mod2mgr"].erase(k);
}
}
// TODO: clear peerData
this->configMap.erase(sn);
this->peerData.erase(sn);
// TODO: send config diff to sn
int iret = LVDB::setValue(this->configMap, KEY_CONFIG_MAP);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论