80 cols
This commit is contained in:
parent
635af8c38b
commit
53bed5e59a
1 changed files with 3 additions and 3 deletions
|
@ -77,9 +77,9 @@ void Timer::dispatchTimers(bool wait)
|
||||||
if (!timercmp(&_now, &_nearest_timeout, >))
|
if (!timercmp(&_now, &_nearest_timeout, >))
|
||||||
break;
|
break;
|
||||||
|
|
||||||
/* we set the last fired time to delay msec after the previous firing, then
|
/* we set the last fired time to delay msec after the previous firing, then
|
||||||
re-insert. timers maintain their order and may trigger more than once if
|
re-insert. timers maintain their order and may trigger more than once
|
||||||
they've waited more than one delay's worth of time.
|
if they've waited more than one delay's worth of time.
|
||||||
*/
|
*/
|
||||||
_q.pop();
|
_q.pop();
|
||||||
timevalAdd(curr->_last, curr->_delay);
|
timevalAdd(curr->_last, curr->_delay);
|
||||||
|
|
Loading…
Reference in a new issue