summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/Statistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/tests/Statistics.h')
-rw-r--r--qpid/cpp/src/tests/Statistics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/Statistics.h b/qpid/cpp/src/tests/Statistics.h
index 90bdbb6819..091046a17f 100644
--- a/qpid/cpp/src/tests/Statistics.h
+++ b/qpid/cpp/src/tests/Statistics.h
@@ -68,6 +68,7 @@ class ThroughputAndLatency : public Throughput {
private:
double total, min, max; // Milliseconds
+ int samples;
};
/** Report batch and overall statistics */