| 40 | } |
| 41 | |
| 42 | GroupStatusCache::~GroupStatusCache() { |
| 43 | pthread_rwlock_destroy(&master_mutex_); |
| 44 | pthread_rwlock_destroy(&membership_mutex_); |
| 45 | } |
| 46 | |
| 47 | void GroupStatusCache::run() { |
| 48 | while (true) { |
nothing calls this directly
no outgoing calls
no test coverage detected