()
| 722 | } |
| 723 | |
| 724 | func (l *peerLifecycle) resetLostTimer() { |
| 725 | if l.lostTimer != nil { |
| 726 | l.lostTimer.Stop() |
| 727 | l.lostTimer = nil |
| 728 | } |
| 729 | } |
| 730 | |
| 731 | func (l *peerLifecycle) setLostTimer(c *configMaps) { |
| 732 | if l.lostTimer != nil { |
no test coverage detected