Add utils_ignorelist back to daemon (#1323)
authorBenjamin Drung <benjamin.drung@profitbricks.com>
Tue, 27 Oct 2015 09:23:46 +0000 (10:23 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Sun, 8 Nov 2015 16:15:12 +0000 (17:15 +0100)
commit817e080279469498c446bff54dbc7e0633cb238c
tree5e5ee3467cb2404703f63ac91045507db6383d7f
parent21a4ddcc2d66eea59224fd95746c7533b1b1a46d
Add utils_ignorelist back to daemon (#1323)

commit 216c6246b73645ac093de15b87aedc9abc6ebc80 moves the collectd
daemon files into the src/daemon/ directory, but also silently drops
utils_ignorelist. Dropping utils_ignorelist from the daemon has the
drawback that it cannot be used by plugins any more and that 16 plugins
need to bundle ignorelist.

Thus add utils_ignorelist back to the collectd daemon.
src/Makefile.am
src/daemon/Makefile.am
src/daemon/utils_ignorelist.c [new file with mode: 0644]
src/daemon/utils_ignorelist.h [new file with mode: 0644]
src/utils_ignorelist.c [deleted file]
src/utils_ignorelist.h [deleted file]