Profiling added

This commit is contained in:
orignal 2015-03-24 12:47:57 -04:00
parent 3f4bd13091
commit a6f78134c0
7 changed files with 59 additions and 6 deletions

View file

@ -8,6 +8,7 @@
#include <iostream>
#include <boost/asio.hpp>
#include "Identity.h"
#include "Profiling.h"
namespace i2p
{
@ -170,6 +171,7 @@ namespace data
std::map<std::string, std::string> m_Properties;
bool m_IsUpdated, m_IsUnreachable;
uint8_t m_SupportedTransports, m_Caps;
std::shared_ptr<RouterProfile> m_Profile;
};
}
}