event/Loop: rename Abandon() to AbandonFD()

This commit is contained in:
Max Kellermann
2020-10-14 16:24:55 +02:00
parent 9f013f7de4
commit abf9ae2dd9
2 changed files with 4 additions and 4 deletions

View File

@@ -101,7 +101,7 @@ EventLoop::Break() noexcept
}
bool
EventLoop::Abandon(int _fd) noexcept
EventLoop::AbandonFD(int _fd) noexcept
{
#ifdef HAVE_THREADED_EVENT_LOOP
assert(!IsAlive() || IsInside());