mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
BIT-1408: improve I/O loop and Broker IOSource.
This commit is contained in:
parent
a6618eb964
commit
58ea1ff458
4 changed files with 24 additions and 17 deletions
|
@ -50,6 +50,11 @@ class Manager : public iosource::IOSource {
|
|||
friend class StoreHandleVal;
|
||||
public:
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*/
|
||||
Manager();
|
||||
|
||||
/**
|
||||
* Destructor. Any still-pending data store queries are aborted.
|
||||
*/
|
||||
|
@ -351,6 +356,7 @@ private:
|
|||
std::unordered_set<StoreQueryCallback*> pending_queries;
|
||||
|
||||
Stats statistics;
|
||||
double next_timestamp;
|
||||
|
||||
static VectorType* vector_of_data_type;
|
||||
static EnumType* log_id_type;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue