Merge remote-tracking branch 'origin/topic/jsiwek/force-idle-broker'

* origin/topic/jsiwek/force-idle-broker:
  Force the Broker IOSource to idle periodically
This commit is contained in:
Johanna Amann 2019-05-08 09:03:27 -07:00
commit 312713810f
4 changed files with 34 additions and 2 deletions

View file

@ -383,6 +383,7 @@ private:
bool reading_pcaps;
bool after_zeek_init;
int peer_count;
int times_processed_without_idle;
Func* log_topic_func;
VectorType* vector_of_data_type;