mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
eliminate extra pointers for tunnel hops
This commit is contained in:
parent
4052b1ea6d
commit
9abd383014
2 changed files with 12 additions and 9 deletions
|
@ -114,7 +114,7 @@ namespace tunnel
|
|||
private:
|
||||
|
||||
std::shared_ptr<const TunnelConfig> m_Config;
|
||||
std::vector<std::unique_ptr<TunnelHop> > m_Hops;
|
||||
std::vector<TunnelHop> m_Hops;
|
||||
bool m_IsShortBuildMessage;
|
||||
std::shared_ptr<TunnelPool> m_Pool; // pool, tunnel belongs to, or null
|
||||
TunnelState m_State;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue