aboutsummaryrefslogtreecommitdiffstats
path: root/pcp/PCPMetric.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcp/PCPMetric.c')
-rw-r--r--pcp/PCPMetric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcp/PCPMetric.c b/pcp/PCPMetric.c
index f6d4c97..606a5df 100644
--- a/pcp/PCPMetric.c
+++ b/pcp/PCPMetric.c
@@ -166,7 +166,7 @@ bool PCPMetric_fetch(struct timeval* timestamp) {
}
int sts, count = 0;
do {
- sts = pmFetch(pcp->totalMetrics, pcp->fetch, &pcp->result);
+ sts = pmFetch(pcp->totalMetrics, pcp->fetch, &pcp->result);
} while (sts == PM_ERR_IPC && ++count < 3);
if (sts < 0) {
if (pmDebugOptions.appl0)

© 2014-2024 Faster IT GmbH | imprint | privacy policy