Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion implementation/routing/src/routing_manager_stub.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ void routing_manager_stub::add_known_client(client_t _client, const std::string&

client_t routing_manager_stub::get_guest_by_address(const boost::asio::ip::address& _address, port_t _port) const {
return host_->get_guest_by_address(_address, _port);
};
}

void routing_manager_stub::add_guest(client_t _client, const boost::asio::ip::address& _address, port_t _port) {
host_->add_guest(_client, _address, _port);
Expand Down