bareos2015: bareos-14.2 03ecfbf9
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
mvwieringen | mvwieringen | bareos-14.2 | 2014-01-25 23:27 | bareos-14.2 35696f86 | 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 |