Stack for incoming RsDiscReply items to give RetroShare time to send heartbeats and process other services.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3524 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-09-22 23:45:54 +00:00
parent 077b2871f1
commit addb330205
2 changed files with 18 additions and 4 deletions

View file

@ -145,6 +145,8 @@ int idServers();
std::map<std::string, autoneighbour> neighbours;
std::map<std::string, std::string> versions;
std::list<RsDiscReply*> discReplyList;
};