mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
rollback
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <random>
|
||||
#include <future>
|
||||
#include <unordered_set>
|
||||
#include <boost/asio.hpp>
|
||||
#include "Identity.h"
|
||||
@@ -267,7 +266,6 @@ namespace garlic
|
||||
bool m_IsHiddenMode; // not publish
|
||||
mutable std::mutex m_RouterInfoMutex;
|
||||
std::mt19937 m_Rng;
|
||||
std::future<void> m_SavingRouterInfo;
|
||||
};
|
||||
|
||||
extern RouterContext context;
|
||||
|
||||
Reference in New Issue
Block a user