mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-05-22 07:11:47 +02:00
cumulative update
This commit is contained in:
parent
30b80beb1b
commit
cee2d171f4
17 changed files with 86 additions and 88 deletions
2
Garlic.h
2
Garlic.h
|
@ -69,7 +69,7 @@ namespace garlic
|
|||
|
||||
private:
|
||||
|
||||
std::map<std::string, GarlicRoutingSession *> m_Sessions;
|
||||
std::map<i2p::data::IdentHash, GarlicRoutingSession *> m_Sessions;
|
||||
};
|
||||
|
||||
extern GarlicRouting routing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue