Hi Daniel,
On Wed, Oct 19, 2011, Daniel Wagner wrote:
Writing anything to syslog in the signal hander is in danger
to deadlock with any ongoing syslog write (syslock is taking
a mutex). Fortunatly, BlueZ's signal handler doesn't do this,
therefore the change isn't strickly necessary, but the same changes
were done to oFono and ConnMan. So this patch streamlines BlueZ
with the other projects.
---
src/main.c | 97 ++++++++++++++++++++++++++++++++++++++++++++++++-----------
1 files changed, 79 insertions(+), 18 deletions(-)
Applied. Thanks.
Johan