Code

The previous code relied on the assumption that pthread_cond_init(&cond)
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 22 Oct 2008 20:41:59 +0000 (20:41 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 22 Oct 2008 20:41:59 +0000 (20:41 +0000)
commit83e7998a143ec58940e3d8e8f3e8e16937be3b92
tree7eaf47611457d47e9ce5204bd65254bf776ab699
parent9b0d7fa8730eb00d6cf84aef7bf7f87f16f6d603
The previous code relied on the assumption that pthread_cond_init(&cond)
was equivalent to memset(&cond,0).  This may not be true on all platforms.
-- kevin

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