mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
fix missing get call for heart beat in benchmark reader.
This commit is contained in:
parent
384fc730d4
commit
25affe2c82
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ Benchmark::Benchmark(ReaderFrontend *frontend) : ReaderBackend(frontend)
|
||||||
autospread_time = 0;
|
autospread_time = 0;
|
||||||
stopspreadat = int(BifConst::InputBenchmark::stopspreadat);
|
stopspreadat = int(BifConst::InputBenchmark::stopspreadat);
|
||||||
timedspread = double(BifConst::InputBenchmark::timedspread);
|
timedspread = double(BifConst::InputBenchmark::timedspread);
|
||||||
|
heart_beat_interval = double(BifConst::Threading::heart_beat_interval);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue