mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-29 11:01:22 -04:00
add missing member in rsiface
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1814 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6a656eeabc
commit
bdd217799a
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ class RsPeerDetails
|
||||||
uint16_t localPort;
|
uint16_t localPort;
|
||||||
std::string extAddr;
|
std::string extAddr;
|
||||||
uint16_t extPort;
|
uint16_t extPort;
|
||||||
|
std::list<std::string> ipAddressList;
|
||||||
|
|
||||||
uint32_t netMode;
|
uint32_t netMode;
|
||||||
uint32_t tryNetMode; /* only for ownState */
|
uint32_t tryNetMode; /* only for ownState */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue