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 @@ CurlSocket::OnSocketReady(unsigned flags) noexcept
{
assert(GetEventLoop().IsInside());
global.SocketAction(Get().Get(), FlagsToCurlCSelect(flags));
global.SocketAction(GetSocket().Get(), FlagsToCurlCSelect(flags));
return true;
}