| 273 | } |
| 274 | |
| 275 | void ProcessGroup::addControllerService(const std::string &nodeId, std::shared_ptr<core::controller::ControllerServiceNode> &node) { |
| 276 | controller_service_map_.put(nodeId, node); |
| 277 | } |
| 278 | |
| 279 | /** |
| 280 | * Find controllerservice node will search child groups until the nodeId is found. |