sf.net ticket 2905915 - Fix dbus signal handler deadlock
From: sf.net user 'nabertech'
This commit is contained in:
parent
d1ec2544d5
commit
82c63b289d
2 changed files with 53 additions and 12 deletions
|
@ -174,8 +174,11 @@ public:
|
|||
struct Private;
|
||||
|
||||
private:
|
||||
void dispatch_pending(Connection::PrivatePList& pending_queue);
|
||||
|
||||
DefaultMutex _mutex_p;
|
||||
DefaultMutex _mutex_p_copy;
|
||||
|
||||
Connection::PrivatePList _pending_queue;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue