BIT-1408: improve I/O loop and Broker IOSource.

This commit is contained in:
Jon Siwek 2015-06-03 08:25:49 -05:00
parent a6618eb964
commit 58ea1ff458
4 changed files with 24 additions and 17 deletions

View file

@ -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;