| 115 | } |
| 116 | |
| 117 | comm::RetCode KeepMasterThread::InitMasterRate() { |
| 118 | impl_->master_rate = 100; |
| 119 | |
| 120 | QLInfo("masterrate %d", impl_->master_rate); |
| 121 | |
| 122 | return comm::RetCode::RET_OK; |
| 123 | } |
| 124 | |
| 125 | comm::RetCode KeepMasterThread::AdjustMasterRate() { |
| 126 | const int topic_id{impl_->lock->GetTopicID()}; |
nothing calls this directly
no outgoing calls
no test coverage detected