| 79 | } |
| 80 | |
| 81 | void |
| 82 | RPCServer::stop_thread() |
| 83 | { |
| 84 | _socketImpl->stop(); |
| 85 | |
| 86 | ink_thread_join(_this_thread); |
| 87 | _this_thread = ink_thread_null(); |
| 88 | Dbg(dbg_ctl, "Stopping RPC server on: %s", _socketImpl->name().c_str()); |
| 89 | } |
| 90 | } // namespace rpc |
no test coverage detected