Poll direct dbus connections in the main loop
authorMike Gorse <mgorse@suse.com>
Fri, 2 Jun 2017 21:26:33 +0000 (16:26 -0500)
committerMike Gorse <mgorse@suse.com>
Fri, 2 Jun 2017 21:26:33 +0000 (16:26 -0500)
commitc475b5c753df3130e29df40278fe305246a424e2
tree0c5ce94d5d493a7204c05918d5a0a935890aa93a
parent504e6d0ddaf1f3e5fd1c751acc822d51dfccfbb4
Poll direct dbus connections in the main loop

If a process was marked as hung, then we send a ping with the intention
of removing it from the list of hung processes when a reply to the ping is
received. However, we weren't necessarily polling the connection, so we
wouldn't see the reply to the ping, meaning that the process could be
marked as hung indefinitely.

https://bugzilla.mozilla.org/show_bug.cgi?id=789038
atspi/atspi-misc.c