mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/random-perf-things'
* origin/topic/awelzel/random-perf-things: SegmentProfiler: Do not initialize initial_rusage EventMgr: Remove queue_flare, use GetNextTimeout() instead UpdateConnVal: Avoid FieldOffset() calls
This commit is contained in:
commit
f39f1b0c68
8 changed files with 85 additions and 41 deletions
|
@ -506,8 +506,6 @@ SetupResult setup(int argc, char** argv, Options* zopts) {
|
|||
// If we get here, we're a supervised node that just returned
|
||||
// from CreateStem() after being forked from the stem.
|
||||
Supervisor::ThisNode()->Init(&options);
|
||||
|
||||
event_mgr.InitPostFork();
|
||||
}
|
||||
|
||||
script_coverage_mgr.ReadStats();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue