mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
ec12fcff6e
commit
71f632b99f
@ -912,8 +912,9 @@ m_UPnPClientHandle(),
|
||||
m_RootDeviceMap(),
|
||||
m_ServiceMap(),
|
||||
m_ActivePortMappingsMap(),
|
||||
m_RootDeviceListMutex(),
|
||||
m_RootDeviceListMutex("UPnPControlPoint-RootDeviceList"),
|
||||
m_IGWDeviceDetected(false),
|
||||
m_WaitForSearchTimeoutMutex("UPnPControlPoint-WaitForSearchTimeout"),
|
||||
m_WanService(NULL)
|
||||
{
|
||||
#ifdef UPNP_DEBUG
|
||||
|
@ -257,7 +257,7 @@ bool upnphandler::shutdown_upnp()
|
||||
|
||||
upnphandler::upnphandler()
|
||||
:
|
||||
upnpState(RS_UPNP_S_UNINITIALISED),
|
||||
upnpState(RS_UPNP_S_UNINITIALISED), dataMtx("upupState"),
|
||||
cUPnPControlPoint(NULL),
|
||||
toEnable(false), toStart(false), toStop(false),
|
||||
iport(0),eport(0), eport_curr(0)
|
||||
|
Loading…
Reference in New Issue
Block a user