mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Add timestamps to auto published broker events.
This commit is contained in:
parent
c12640b048
commit
1e807a9f0a
8 changed files with 127 additions and 10 deletions
|
@ -53,7 +53,7 @@ void Event::Dispatch(bool no_remote)
|
|||
|
||||
try
|
||||
{
|
||||
handler->Call(&args, no_remote);
|
||||
handler->Call(&args, no_remote, timestamp);
|
||||
}
|
||||
|
||||
catch ( InterpreterException& e )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue