refactored bus and interface to resolve threading issues (WIP)

This commit is contained in:
Martin Willi
2007-11-15 18:35:54 +00:00
parent 1871cffdc4
commit e101f162ab
5 changed files with 413 additions and 630 deletions
@@ -170,6 +170,7 @@ static void execute(private_callback_job_t *this)
}
break;
}
this->thread = 0;
unregister(this);
pthread_cleanup_pop(cleanup);
}