mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Merge remote-tracking branch 'origin/topic/bernhard/log-threads-configureable-heartbeat' into topic/bernhard/input-threads
Conflicts: src/threading/Manager.h
This commit is contained in:
commit
e789724935
6 changed files with 18 additions and 5 deletions
|
@ -124,9 +124,8 @@ protected:
|
|||
*/
|
||||
virtual const char* Tag() { return "threading::Manager"; }
|
||||
|
||||
static const int HEART_BEAT_INTERVAL = 10;
|
||||
|
||||
private:
|
||||
int heart_beat_interval;
|
||||
|
||||
typedef std::list<BasicThread*> all_thread_list;
|
||||
all_thread_list all_threads;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue