]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
The previous code relied on the assumption that pthread_cond_init(&cond)
authorTobias Oetiker <tobi@oetiker.ch>
Wed, 22 Oct 2008 20:41:59 +0000 (20:41 +0000)
committerTobias Oetiker <tobi@oetiker.ch>
Wed, 22 Oct 2008 20:41:59 +0000 (20:41 +0000)
commit11e8b9e2f375c812b58149003768962f12152c6f
tree322a6b9ddc275274bd04e2de414e0d124d3da5a5
parentf5febd8816a7e4021ef137c3a604273b45df275c
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
src/rrd_daemon.c