mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Annotate scheduled events with intended timestamp.
This commit is contained in:
parent
fa84d2896a
commit
ae152f1777
7 changed files with 73 additions and 6 deletions
|
@ -4279,7 +4279,8 @@ ScheduleTimer::~ScheduleTimer() { }
|
|||
void ScheduleTimer::Dispatch(double /* t */, bool /* is_expire */)
|
||||
{
|
||||
if ( event )
|
||||
event_mgr.Enqueue(event, std::move(args));
|
||||
event_mgr.Enqueue(event, std::move(args), util::detail::SOURCE_LOCAL, 0, nullptr,
|
||||
this->Time());
|
||||
}
|
||||
|
||||
ScheduleExpr::ScheduleExpr(ExprPtr arg_when, EventExprPtr arg_event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue