pf plugin: Coding style changes.
authorFlorian Forster <octo@collectd.org>
Thu, 13 Sep 2012 12:06:23 +0000 (14:06 +0200)
committerFlorian Forster <octo@collectd.org>
Thu, 13 Sep 2012 12:06:23 +0000 (14:06 +0200)
commit96fb8673622dfeed08cf197632bb21dab29acaef
treeadca9de1a4a8598cbe69b5632878601e9ffc650f
parent2f3702e5ad192b193c3e40a3fcc28eb418f7e76f
pf plugin: Coding style changes.

* Move the names array to the top of the module.
* Avoid type issues by passing an uint64_t to pf_submit(). The fields are
  using the BSD specific u_int64_t type.
* Use derive rather than counter.
* Add some more imports that may be required.
src/pf.c