mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-14 03:52:39 -04:00
progress in grouter code
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6955 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
dbfe3f6c51
commit
fd994a546b
6 changed files with 270 additions and 21 deletions
|
@ -67,5 +67,9 @@ class GRouterCache
|
|||
// Cache of which message is pending, waiting for an ACK, etc.
|
||||
//
|
||||
std::map<GRouterMessageId,GRouterCacheInfo> _cache_info ;
|
||||
|
||||
// debug stuff
|
||||
//
|
||||
void debugDump() ;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue