final code, working on local machine

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1811 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2009-11-11 16:49:11 +00:00
parent 020bb73665
commit d2f9f1c4f1
10 changed files with 102 additions and 20 deletions

View file

@ -1756,7 +1756,8 @@ bool p3DhtMgr::dhtResultSearch(std::string idhash,
if (doCb)
{
mConnCb->peerStatus(ent.id, ent.laddr, ent.raddr,
std::list<IpAddressTimed> ipAddressList;
mConnCb->peerStatus(ent.id, ent.laddr, ent.raddr, ipAddressList,
ent.type, 0, RS_CB_DHT);
}