mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00
enabled load/save of grouter configuration. Checked that keys and info is properly restored at startup
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6975 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
146465a53f
commit
be3a593ee2
5 changed files with 28 additions and 1 deletions
|
@ -122,7 +122,7 @@ void GRouterMatrix::debugDump() const
|
|||
|
||||
for(std::map<GRouterKeyId, std::vector<float> >::const_iterator it(_time_combined_hits.begin());it!=_time_combined_hits.end();++it)
|
||||
{
|
||||
std::cerr << it->first.toStdString() << " : " ;
|
||||
std::cerr << " " << it->first.toStdString() << " : " ;
|
||||
|
||||
for(uint32_t i=0;i<it->second.size();++i)
|
||||
std::cerr << it->second[i] << " " ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue