mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
shared_ptr for NetdbRequests
This commit is contained in:
parent
d0cf385f4b
commit
296b721929
4 changed files with 30 additions and 21 deletions
|
@ -179,8 +179,7 @@ namespace data
|
|||
Families m_Families;
|
||||
i2p::fs::HashedStorage m_Storage;
|
||||
|
||||
friend class NetDbRequests;
|
||||
NetDbRequests m_Requests;
|
||||
std::shared_ptr<NetDbRequests> m_Requests;
|
||||
|
||||
bool m_PersistProfiles;
|
||||
std::future<void> m_SavingProfiles, m_DeletingProfiles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue