mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
adress book added
This commit is contained in:
parent
06088ff7a2
commit
94a23be9d9
4 changed files with 88 additions and 0 deletions
2
NetDb.h
2
NetDb.h
|
@ -12,6 +12,7 @@
|
|||
#include "RouterInfo.h"
|
||||
#include "LeaseSet.h"
|
||||
#include "Tunnel.h"
|
||||
#include "AddressBook.h"
|
||||
|
||||
namespace i2p
|
||||
{
|
||||
|
@ -104,6 +105,7 @@ namespace data
|
|||
int m_ReseedRetries;
|
||||
std::thread * m_Thread;
|
||||
i2p::util::Queue<I2NPMessage> m_Queue; // of I2NPDatabaseStoreMsg
|
||||
AddressBook m_AddressBook;
|
||||
|
||||
static const char m_NetDbPath[];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue