Store the avl tree within collectd core.
authorPierre-Yves Ritschard <pyr@spootnik.org>
Tue, 22 Jul 2014 11:45:23 +0000 (13:45 +0200)
committerPierre-Yves Ritschard <pyr@spootnik.org>
Tue, 22 Jul 2014 11:52:24 +0000 (13:52 +0200)
commit59278c8774567122dbc0ea1a217d007782fa868e
treee467fa363cf7d2638a0f9c47f7d192e13d84f107
parenta3dd2679c84398244a10a39e54613043f4feb940
Store the avl tree within collectd core.

We need this if we want modules to share access to the threshold
avl tree.
src/Makefile.am
src/threshold.c
src/utils_threshold.c [new file with mode: 0644]
src/utils_threshold.h [new file with mode: 0644]