processes plugin: Fix handling of the ps_disk_{octets,ops} types.
authorFlorian Forster <octo@huhu.verplant.org>
Thu, 14 Jan 2010 09:54:53 +0000 (10:54 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Thu, 14 Jan 2010 09:54:53 +0000 (10:54 +0100)
commit751edecd4ee81803c1331d2044ad9332f1570210
treee6389166739b968dded937637ae96efca8dd72f3
parent39cfe7375d7368f56bd6630903a44f6a3e04520a
processes plugin: Fix handling of the ps_disk_{octets,ops} types.

There values were stored in a `long', then `counter_t', then interpreted as
`derive_t'. Changed that to `derive_t' only. Hopefully this fixes a bug
reported by Mark Moseley.
src/processes.c