| 91 | } |
| 92 | |
| 93 | comm::RetCode KeepMasterThread::InitMasterRate() { |
| 94 | impl_->master_rate = 100; |
| 95 | |
| 96 | QLInfo("MASTERSTAT: master_rate %d", impl_->master_rate); |
| 97 | |
| 98 | return comm::RetCode::RET_OK; |
| 99 | } |
| 100 | |
| 101 | comm::RetCode KeepMasterThread::AdjustMasterRate() { |
| 102 | // TODO: |
nothing calls this directly
no outgoing calls
no test coverage detected