This commit is contained in:
orignal
2025-01-28 21:45:26 -05:00
parent 774c606b09
commit 93ec5ac5c4
2 changed files with 1 additions and 14 deletions

View File

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