aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/ats-testing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats-tests/ats-testing.h')
-rw-r--r--src/ats-tests/ats-testing.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ats-tests/ats-testing.h b/src/ats-tests/ats-testing.h
index 15bf858f5..e91d37e62 100644
--- a/src/ats-tests/ats-testing.h
+++ b/src/ats-tests/ats-testing.h
@@ -339,6 +339,9 @@ struct BenchmarkPartner
339 uint32_t ats_cost_lan; 339 uint32_t ats_cost_lan;
340 340
341 uint32_t ats_cost_wlan; 341 uint32_t ats_cost_wlan;
342
343 double pref_bandwidth;
344 double pref_delay;
342}; 345};
343 346
344/** 347/**