netapp plugin: Split “collect_perf_volume_data” …
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 24 Sep 2009 10:09:03 +0000 (12:09 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 24 Sep 2009 10:09:03 +0000 (12:09 +0200)
commit82859ecc714420f2937dfb60296dfb4683eb219d
treed75d04114cc7f18a27beaa31273bb599285047d0
parent4b9642116ee41a2a5d2d646b7e5dd4812e28695b
netapp plugin: Split “collect_perf_volume_data” …

… into “query_volume_perf_data” and “submit_volume_perf_data”. The
functions use the “per_volume_perf_data_t” struct to pass the counters
from one value to the other. The flags have been extended to include
HAVE_* flags. This way we can reliably determine whether an “old”
counter is valid or not.
src/netapp.c