| 1761 | } |
| 1762 | |
| 1763 | google::protobuf::Service* Server::FindServiceByName( |
| 1764 | const butil::StringPiece& name) const { |
| 1765 | ServiceProperty* ss = _service_map.seek(name); |
| 1766 | return (ss ? ss->service : NULL); |
| 1767 | } |
| 1768 | |
| 1769 | void Server::GetStat(ServerStatistics* stat) const { |
| 1770 | stat->connection_count = 0; |