| 361 | //} |
| 362 | |
| 363 | comm::RetCode SchedulerMgr::ReloadSchedConfig() { |
| 364 | // TODO: conf_->LoadIfModified(); |
| 365 | |
| 366 | return comm::RetCode::RET_OK; |
| 367 | } |
| 368 | |
| 369 | comm::RetCode SchedulerMgr::ReloadTopicConfig() { |
| 370 | set<int> topic_ids; |
nothing calls this directly
no outgoing calls
no test coverage detected