event/{Coarse,Fine,Far}TimerEvent: aliases for TimerEvent
Preparing for a variant of TimerEvent with coarse 1-second granularity, but cheaper (with a timer wheel).
This commit is contained in:

committed by
Max Kellermann

parent
e802f1f61a
commit
def962b6cb
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "Cancellable.hxx"
|
||||
#include "event/SocketEvent.hxx"
|
||||
#include "event/TimerEvent.hxx"
|
||||
#include "event/CoarseTimerEvent.hxx"
|
||||
#include "event/DeferEvent.hxx"
|
||||
#include "util/Compiler.h"
|
||||
|
||||
@@ -95,7 +95,7 @@ class NfsConnection {
|
||||
|
||||
SocketEvent socket_event;
|
||||
DeferEvent defer_new_lease;
|
||||
TimerEvent mount_timeout_event;
|
||||
CoarseTimerEvent mount_timeout_event;
|
||||
|
||||
std::string server, export_name;
|
||||
|
||||
|
Reference in New Issue
Block a user