mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-18 19:39:30 -04:00
* Removed list<IpAddressTimed> from callback
This functionality might need to be restored later, but should be done with list<> for both Local and Remote Addrs. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3215 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ab3b044791
commit
00d0d999dc
2 changed files with 3 additions and 4 deletions
|
@ -44,7 +44,7 @@ pqiConnectCbDummy::~pqiConnectCbDummy()
|
|||
}
|
||||
|
||||
void pqiConnectCbDummy::peerStatus(std::string id,
|
||||
struct sockaddr_in laddr, struct sockaddr_in raddr, std::list<IpAddressTimed> ipAddressList,
|
||||
struct sockaddr_in laddr, struct sockaddr_in raddr,
|
||||
uint32_t type, uint32_t mode, uint32_t source)
|
||||
{
|
||||
std::cerr << "pqiConnectCbDummy::peerStatus()";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue