libcollectdclient: Introduce a "parser" callback.
authorFlorian Forster <octo@collectd.org>
Tue, 2 May 2017 08:49:12 +0000 (10:49 +0200)
committerFlorian Forster <octo@collectd.org>
Tue, 2 May 2017 08:49:12 +0000 (10:49 +0200)
commit8059545db364a1aa722535da2c1939529ea28a68
tree3292c3fe909d57bf69947ff18ec1c3f7fc3d1c8b
parent35c5322df0de5bbc5f40cddf7f6ff5f7578aeca1
libcollectdclient: Introduce a "parser" callback.

This will allow the network plugin to enqueue received network packets and
parse them using a thread pool.
src/libcollectdclient/collectd/server.h
src/libcollectdclient/server.c