aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/perf_ats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats-tests/perf_ats.h')
-rw-r--r--src/ats-tests/perf_ats.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ats-tests/perf_ats.h b/src/ats-tests/perf_ats.h
index cc9a99d69..15ff5d62a 100644
--- a/src/ats-tests/perf_ats.h
+++ b/src/ats-tests/perf_ats.h
@@ -100,9 +100,15 @@ struct BenchmarkPartner
100 */ 100 */
101 unsigned int bytes_received; 101 unsigned int bytes_received;
102 102
103 /* Current ATS properties */
103 104
105 uint32_t ats_distance;
104 106
107 uint32_t ats_delay;
105 108
109 uint32_t bandwidth_in;
110
111 uint32_t bandwidth_out;
106}; 112};
107 113
108 114