| 155 | } |
| 156 | |
| 157 | LockMgr *Lock::GetLockMgr() { |
| 158 | return impl_->lock_mgr.get(); |
| 159 | } |
| 160 | |
| 161 | // ret: RET_OK if acquired, others if not acquired |
| 162 | comm::RetCode Lock::AcquireLock(const comm::proto::AcquireLockRequest &req, |
no outgoing calls
no test coverage detected