X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Ftimer.hh;h=cb50c3bbc0f6d40a1328d584b93655abf945d2fa;hp=a86f445d4168a9e2b19073a88593cc4790d9e9a0;hb=6f1b787a10d8ab1a3117a4b8c004dd2d90599608;hpb=c143f7e806766a73cd69dc6e084e977641019ce6 diff --git a/src/moof/timer.hh b/src/moof/timer.hh index a86f445..cb50c3b 100644 --- a/src/moof/timer.hh +++ b/src/moof/timer.hh @@ -201,7 +201,10 @@ public: * Fire any timers which are not yet invalidated but have an expiration * time in the past. */ - static void fire_expired_timers(); + static void fire_expired_timers() + { + fire_expired_timers(ticks()); + } /** * Fire any timers which are not yet invalidated but have an expiration