mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-09 23:02:29 -04:00
suppressed warning in p3dhtmgr.cc
This commit is contained in:
parent
437426429e
commit
f4aec11b0a
2 changed files with 3 additions and 3 deletions
|
@ -129,7 +129,7 @@ virtual bool notifyPeer(const RsPeerId& id);
|
|||
|
||||
/* extract current peer status */
|
||||
virtual bool getPeerStatus(const RsPeerId& id,
|
||||
struct sockaddr_in &laddr, struct sockaddr_in &raddr,
|
||||
struct sockaddr_storage &laddr, struct sockaddr_storage &raddr,
|
||||
uint32_t &type, uint32_t &mode);
|
||||
|
||||
/* stun */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue