improved signal handling and emitting

This commit is contained in:
Martin Willi
2006-10-26 09:46:56 +00:00
parent 80d35dd6d3
commit b83806d83d
46 changed files with 939 additions and 834 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ static void set_listen_state(private_bus_t *this, bool active)
else
{
listener->state = UNREGISTERED;
/* say hello to signal omitter; we are finished processing the signal */
/* say hello to signal emitter; we are finished processing the signal */
pthread_cond_signal(&listener->cond);
}