| 200 | } |
| 201 | |
| 202 | void GroupStatusCache::MarkFailure(const std::string & ip) { |
| 203 | RWLockManager lock(&membership_mutex_, RWLockManager::WRITE); |
| 204 | last_failure_[ip] = GetTimestampMS(); |
| 205 | } |
| 206 | |
| 207 | } |
nothing calls this directly
no test coverage detected