From: oetiker Date: Wed, 22 Oct 2008 20:41:59 +0000 (+0000) Subject: The previous code relied on the assumption that pthread_cond_init(&cond) X-Git-Url: https://git.octo.it/?a=commitdiff_plain;ds=sidebyside;h=5d074b0e4c13e9345e442aec5cf02b9acd198738;hp=5d074b0e4c13e9345e442aec5cf02b9acd198738;p=rrdtool.git 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/program@1627 a5681a0c-68f1-0310-ab6d-d61299d08faa ---