patch from:
Von: Mat <matlinuxer2@gmail.com> An: dbus-cplusplus-devel@lists.sourceforge.net Betreff: [dbus-cplusplus-devel] A patch for deadlock, for dbus io error exception in the mainloop critical section. Datum: Mon, 6 Sep 2010 12:24:03 +0800
This commit is contained in:
parent
8f064c4b08
commit
2379d37c3b
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@ void DefaultMutex::unlock()
|
|||
pthread_mutex_unlock(&_mutex);
|
||||
}
|
||||
|
||||
DefaultMainLoop::DefaultMainLoop()
|
||||
DefaultMainLoop::DefaultMainLoop() :
|
||||
_mutex_w(true)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue