Build fixes

This commit is contained in:
Adam Ierymenko 2019-08-06 11:00:35 -05:00
parent 00fb9c475e
commit 5289d3327c
No known key found for this signature in database
GPG key ID: 1657198823E52A61
4 changed files with 38 additions and 50 deletions

View file

@ -51,6 +51,7 @@
#include "../ext/json/json.hpp"
#include "DB.hpp"
#include "DBMirrorSet.hpp"
namespace ZeroTier {
@ -153,7 +154,7 @@ private:
std::string _signingIdAddressString;
NetworkController::Sender *_sender;
std::unique_ptr<DB> _db;
DBMirrorSet _db;
BlockingQueue< _RQEntry * > _queue;
std::vector<std::thread> _threads;