Code

network plugin: Coding style fixes.
authorFlorian Forster <octo@collectd.org>
Fri, 18 Dec 2015 08:26:14 +0000 (09:26 +0100)
committerFlorian Forster <octo@collectd.org>
Fri, 18 Dec 2015 08:26:14 +0000 (09:26 +0100)
commit0092ac0b35a2fd05fa21c0be5f82aea1a5c3ebe7
tree36f76064787c57d217cc46986ea39f71a8ca8185
parent2f0eb44da35bee5a0fb62c182ff67fd155aeac25
network plugin: Coding style fixes.

This fixes a number of sizeof() operations which did not follow our best
practice of using the variable rather than its type. It also removes
unnecessary (void *) casts.
src/network.c