Code

The bookkeeping of all threads is not necessary, since we cannot pthread_join() them...
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 9 Apr 2009 15:07:05 +0000 (15:07 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 9 Apr 2009 15:07:05 +0000 (15:07 +0000)
commit2659c9dc5ba92f7ad1788d654044aa67e852086e
tree8c31e6899aa641cd93996d076c0b3b06191c7442
parent16cdc82ef8f436eb31ed4f0bd20e7cc037a4559b
The bookkeeping of all threads is not necessary, since we cannot pthread_join() them anyway. We only need to know when the last one has exited. -- kevin

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@1787 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd_daemon.c