event/SocketMonitor: rename Get() to GetSocket()

This commit is contained in:
Max Kellermann
2017-11-10 20:34:45 +01:00
parent 59a8836924
commit 7e16ac305d
7 changed files with 12 additions and 12 deletions

View File

@@ -149,7 +149,7 @@ inline void
OneServerSocket::Accept() noexcept
{
StaticSocketAddress peer_address;
UniqueSocketDescriptor peer_fd(Get().AcceptNonBlock(peer_address));
UniqueSocketDescriptor peer_fd(GetSocket().AcceptNonBlock(peer_address));
if (!peer_fd.IsDefined()) {
const SocketErrorMessage msg;
FormatError(server_socket_domain,