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)
commit2f2e580d4570417d95b8a3b4ef09a3c1e79808bb
tree5aad8bc99f13e1893dafe43bcca272b2ea2ff38a
parentcc9a9cf99286d4a6a01ef1ca9f53ba2f7765307b
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/program@1787 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_daemon.c