save new RouterInfos to ~/.i2pd

This commit is contained in:
orignal 2014-02-01 15:57:46 -05:00
parent e674e24887
commit 8963c0b309
2 changed files with 24 additions and 19 deletions

View file

@ -6,6 +6,7 @@
#include <map>
#include <string>
#include <thread>
#include <boost/filesystem.hpp>
#include "Queue.h"
#include "I2NPProtocol.h"
#include "RouterInfo.h"
@ -97,6 +98,8 @@ namespace data
int m_ReseedRetries;
std::thread * m_Thread;
i2p::util::Queue<I2NPMessage> m_Queue; // of I2NPDatabaseStoreMsg
static const char m_NetDbPath[];
};
extern NetDb netdb;