event/TimerEvent: rename to FineTimerEvent

... and make TimerEvent a type alias for FineTimerEvent (i.e. swap
names).
This commit is contained in:
Max Kellermann
2021-02-04 22:45:11 +01:00
committed by Max Kellermann
parent def962b6cb
commit 1b4fd74575
9 changed files with 160 additions and 143 deletions

View File

@@ -204,7 +204,7 @@ public:
*/
bool AbandonFD(SocketEvent &event) noexcept;
void Insert(TimerEvent &t) noexcept;
void Insert(FineTimerEvent &t) noexcept;
/**
* Schedule a call to DeferEvent::RunDeferred().