mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-08 14:42:51 -04:00
added new dummy callback. Required for updated libbitdht.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4355 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
fff40eceac
commit
702ff44194
1 changed files with 6 additions and 0 deletions
|
@ -59,6 +59,12 @@ virtual int dhtValueCallback(const bdNodeId *id, std::string key, uint32_t statu
|
||||||
return mParent->ValueCallback(id, key, status);
|
return mParent->ValueCallback(id, key, status);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
virtual int dhtConnectCallback(const bdId *srcId, const bdId *proxyId, const bdId *destId,
|
||||||
|
uint32_t mode, uint32_t point, uint32_t cbtype, uint32_t errcode)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
p3BitDht *mParent;
|
p3BitDht *mParent;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue