mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Process metric callbacks from the main-loop thread
This avoids the callbacks from being processed on the worker thread spawned by Civetweb. It fixes data race issues with lookups involving global variables, amongst other threading issues.
This commit is contained in:
parent
9d9cc51e9d
commit
7ac7ce1d2b
10 changed files with 130 additions and 11 deletions
|
@ -146,6 +146,7 @@ scripts/base/init-frameworks-and-bifs.zeek
|
|||
scripts/base/frameworks/files/magic/__load__.zeek
|
||||
scripts/base/frameworks/telemetry/options.zeek
|
||||
build/scripts/base/bif/__load__.zeek
|
||||
build/scripts/base/bif/consts.bif.zeek
|
||||
build/scripts/base/bif/telemetry.bif.zeek
|
||||
build/scripts/base/bif/zeekygen.bif.zeek
|
||||
build/scripts/base/bif/pcap.bif.zeek
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue