input/LastInputStream: use CoarseTimerEvent

This commit is contained in:
Max Kellermann 2023-11-21 20:41:36 +01:00
parent edfa329e64
commit 0c409aa290
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#include "Ptr.hxx"
#include "thread/Mutex.hxx"
#include "event/TimerEvent.hxx"
#include "event/CoarseTimerEvent.hxx"
#include <string>
@ -25,7 +25,7 @@ class LastInputStream {
InputStreamPtr is;
TimerEvent close_timer;
CoarseTimerEvent close_timer;
public:
explicit LastInputStream(EventLoop &event_loop) noexcept;