aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-02-03 23:00:30 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-02-03 23:00:30 +0000
commit3a831d404fdb12a6b8aa4c34f04d9c96ac032a03 (patch)
treea1e75ec51835a52d12b5a4f4bd49c4c9e231b6a0 /src/ats-tests
parent43c8f5367b1e1a53d4bf7396fd7917be3c9e44a2 (diff)
downloadgnunet-3a831d404fdb12a6b8aa4c34f04d9c96ac032a03.tar.gz
gnunet-3a831d404fdb12a6b8aa4c34f04d9c96ac032a03.zip
docu
Diffstat (limited to 'src/ats-tests')
-rw-r--r--src/ats-tests/ats-testing-preferences.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats-tests/ats-testing-preferences.c b/src/ats-tests/ats-testing-preferences.c
index ba45ec5e8..71ae342b8 100644
--- a/src/ats-tests/ats-testing-preferences.c
+++ b/src/ats-tests/ats-testing-preferences.c
@@ -39,7 +39,7 @@ get_preference (struct PreferenceGenerator *pg)
39 double delta_value; 39 double delta_value;
40 double pref_value; 40 double pref_value;
41 41
42 /* Calculate the current transmission rate based on the type of traffic */ 42 /* Calculate the current preference value */
43 switch (pg->type) { 43 switch (pg->type) {
44 case GNUNET_ATS_TEST_TG_CONSTANT: 44 case GNUNET_ATS_TEST_TG_CONSTANT:
45 pref_value = pg->base_value; 45 pref_value = pg->base_value;