mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Merge topic/actor-system throug a squashed commit.
This commit is contained in:
parent
7a6f5020f6
commit
fe7e1ee7f0
466 changed files with 12559 additions and 9655 deletions
|
@ -6,6 +6,7 @@
|
|||
#include "Timer.h"
|
||||
#include "Desc.h"
|
||||
#include "Serializer.h"
|
||||
#include "broker/Manager.h"
|
||||
|
||||
// Names of timers in same order than in TimerType.
|
||||
const char* TimerNames[] = {
|
||||
|
@ -103,6 +104,7 @@ int TimerMgr::Advance(double arg_t, int max_expire)
|
|||
last_timestamp = 0;
|
||||
num_expired = 0;
|
||||
last_advance = timer_mgr->Time();
|
||||
broker_mgr->AdvanceTime(arg_t);
|
||||
|
||||
return DoAdvance(t, max_expire);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue