Fixed compile on Linux.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4408 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-07-08 09:54:27 +00:00
parent ec12fcff6e
commit 71f632b99f
2 changed files with 3 additions and 2 deletions

View File

@ -912,8 +912,9 @@ m_UPnPClientHandle(),
m_RootDeviceMap(), m_RootDeviceMap(),
m_ServiceMap(), m_ServiceMap(),
m_ActivePortMappingsMap(), m_ActivePortMappingsMap(),
m_RootDeviceListMutex(), m_RootDeviceListMutex("UPnPControlPoint-RootDeviceList"),
m_IGWDeviceDetected(false), m_IGWDeviceDetected(false),
m_WaitForSearchTimeoutMutex("UPnPControlPoint-WaitForSearchTimeout"),
m_WanService(NULL) m_WanService(NULL)
{ {
#ifdef UPNP_DEBUG #ifdef UPNP_DEBUG

View File

@ -257,7 +257,7 @@ bool upnphandler::shutdown_upnp()
upnphandler::upnphandler() upnphandler::upnphandler()
: :
upnpState(RS_UPNP_S_UNINITIALISED), upnpState(RS_UPNP_S_UNINITIALISED), dataMtx("upupState"),
cUPnPControlPoint(NULL), cUPnPControlPoint(NULL),
toEnable(false), toStart(false), toStop(false), toEnable(false), toStart(false), toStop(false),
iport(0),eport(0), eport_curr(0) iport(0),eport(0), eport_curr(0)