提交 91abd170 编写于 作者: S Shengliang Guan

enh: refact syncEnv code

上级 9bc48e26
......@@ -71,7 +71,7 @@ int64_t syncNodeAdd(SSyncNode *pNode) {
if (pNode->rid < 0) return -1;
sDebug("vgId:%d, sync rid:%" PRId64 " is added to rsetId:%d", pNode->vgId, pNode->rid, gNodeRefId);
return 0;
return pNode->rid;
}
void syncNodeRemove(SSyncNode *pNode) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册