]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
The bookkeeping of all threads is not necessary, since we cannot pthread_join() them...
authorTobias Oetiker <tobi@oetiker.ch>
Thu, 9 Apr 2009 15:07:05 +0000 (15:07 +0000)
committerTobias Oetiker <tobi@oetiker.ch>
Thu, 9 Apr 2009 15:07:05 +0000 (15:07 +0000)
commit2a09b42d7bb86ca0e56acc5e287f025f7840b016
tree5aad8bc99f13e1893dafe43bcca272b2ea2ff38a
parent08a1d302cd5f423303604ab1f9fa164b77f6e630
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