TSG-1198:自检分流规则添加读写锁的释放

This commit is contained in:
付明卫
2020-05-28 00:00:17 +08:00
parent fb33ecfb23
commit 80ff2c20b5

View File

@@ -423,5 +423,7 @@ int tfe_mgr_alive_node_RR_get(struct tfe_mgr *mgr,int *last_tfe_id_index){
*last_tfe_id_index = i;
tfe_id = mgr->tfe_alive_nodes[i];
}
pthread_rwlock_unlock(&(mgr->rwlock));
return tfe_id;
}