提交 2aa5fad2 authored 作者: blu's avatar blu

big refacting of communitation architect

上级 1d6f6e22
...@@ -83,7 +83,7 @@ class EvDaemon{ ...@@ -83,7 +83,7 @@ class EvDaemon{
if(diff.size() == 0) { if(diff.size() == 0) {
return 0; return 0;
} }
// apply config // apply config
try{ try{
if(jret["code"] != 0) { if(jret["code"] != 0) {
...@@ -138,7 +138,7 @@ class EvDaemon{ ...@@ -138,7 +138,7 @@ class EvDaemon{
} }
this->peerData["config"][peerId] = v; this->peerData["config"][peerId] = v;
if(this->peerData["status"].count(peerId) == 0||this->peerData["status"][peerId] == 0) { if(this->peerData["status"].count(peerId) == 0||this->peerData["status"][peerId] == 0) {
this->peerData["status"][peerId] = 0; this->peerData["status"][peerId] = 0;
if(bootType == 1 || (bootType == 3 && subModGid == peerId)){ if(bootType == 1 || (bootType == 3 && subModGid == peerId)){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论