Made postponed change in thread management

This commit is contained in:
Thomas Schmitt 2007-12-07 18:53:22 +00:00
parent fec4fd864f
commit 9f7be91aba
2 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2007.12.07.185030"
#define Cdrskin_timestamP "2007.12.07.185206"

View File

@ -10,9 +10,8 @@
even if joinable and even if never joined.
To be activated after release of libburn-0.4.0
#define Libburn_create_detached_threadS 1
*/
#define Libburn_create_detached_threadS 1
/* Alternative : Threads are created joinable.
Threads get detached in remove_worker() and thus should dispose themselves.