network plugin: Simplify config handling.
authorFlorian Forster <octo@collectd.org>
Tue, 16 Jun 2015 18:59:14 +0000 (20:59 +0200)
committerFlorian Forster <octo@collectd.org>
Tue, 16 Jun 2015 18:59:14 +0000 (20:59 +0200)
commitac73c75aed7c134c6db377a5a306d51e20356fbb
tree03a133ea3a0e027403f68bd711007f43d91fff48
parentc6a59a5a3f0eb7a0e81beeb948d8a31b17462efe
network plugin: Simplify config handling.

Remove network_config_set_{boolean,string} and replace them with
cf_util_get_{boolean,string}. The other, more specialized, config handling
functions were also simplified.
src/network.c