From bdd217799a9c974387409af89f08bbc4b32ba1c5 Mon Sep 17 00:00:00 2001 From: joss17 Date: Wed, 11 Nov 2009 22:13:22 +0000 Subject: [PATCH] add missing member in rsiface git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1814 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/rsiface/rspeers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/retroshare-gui/src/rsiface/rspeers.h b/retroshare-gui/src/rsiface/rspeers.h index ca7d5cf12..2a1cd0156 100644 --- a/retroshare-gui/src/rsiface/rspeers.h +++ b/retroshare-gui/src/rsiface/rspeers.h @@ -97,6 +97,7 @@ class RsPeerDetails uint16_t localPort; std::string extAddr; uint16_t extPort; + std::list ipAddressList; uint32_t netMode; uint32_t tryNetMode; /* only for ownState */