mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
allow recursive locking on the NodeHashMutex
This commit is contained in:
parent
d556581842
commit
761bcb9825
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ NodeList* NodeList::getInstance() {
|
|||
|
||||
NodeList::NodeList(char newOwnerType, unsigned short int newSocketListenPort) :
|
||||
_nodeHash(),
|
||||
_nodeHashMutex(),
|
||||
_nodeHashMutex(QMutex::Recursive),
|
||||
_domainHostname(DEFAULT_DOMAIN_HOSTNAME),
|
||||
_domainSockAddr(HifiSockAddr(QHostAddress::Null, DEFAULT_DOMAIN_SERVER_PORT)),
|
||||
_nodeSocket(this),
|
||||
|
|
Loading…
Reference in a new issue