bareos: master 46e642e9

Author Committer Branch Timestamp Parent
mvwieringen mvwieringen master 2014-01-25 22:27 master e91c11e7 Pending
Changeset Don't use a pthread_t as a normal simple type.

Not on all platforms a pthread_t is a simple type and as such you cannot
normally determine if its initialized or not. So for the allocation of
the SD message channel we now use a bool that gets set when the thread
is running and needs teardown.
mod - src/dird/backup.c Diff File
mod - src/dird/dird.c Diff File
mod - src/dird/job.c Diff File
mod - src/dird/migrate.c Diff File
mod - src/dird/msgchan.c Diff File
mod - src/dird/ndmp_dma.c Diff File
mod - src/dird/restore.c Diff File
mod - src/dird/vbackup.c Diff File
mod - src/include/jcr.h Diff File