aboutsummaryrefslogtreecommitdiff
path: root/src/ats
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-05-15 14:48:59 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-05-15 14:48:59 +0000
commitce1503504938a762f94eeb20d5cc16ed1bd9c6c2 (patch)
treeedf3cc73275e32d635e8bbcbcbaaa586d2b8f17b /src/ats
parente35899d227b2361fd35f2c7c36458586029a04c9 (diff)
downloadgnunet-ce1503504938a762f94eeb20d5cc16ed1bd9c6c2.tar.gz
gnunet-ce1503504938a762f94eeb20d5cc16ed1bd9c6c2.zip
adding bt to data file header
Diffstat (limited to 'src/ats')
-rw-r--r--src/ats/gnunet-ats-solver-eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/gnunet-ats-solver-eval.c b/src/ats/gnunet-ats-solver-eval.c
index 9636709b7..5a97b2e58 100644
--- a/src/ats/gnunet-ats-solver-eval.c
+++ b/src/ats/gnunet-ats-solver-eval.c
@@ -388,7 +388,7 @@ GNUNET_ATS_solver_logging_write_to_disk (struct LoggingHandle *l, int add_time_s
388 "UTILIZATION_PAYLOAD_UP; UTILIZATION_PAYLOAD_UP; UTILIZATION_PAYLOAD_DOWN; UTILIZATION_PAYLOAD_DOWN;"\ 388 "UTILIZATION_PAYLOAD_UP; UTILIZATION_PAYLOAD_UP; UTILIZATION_PAYLOAD_DOWN; UTILIZATION_PAYLOAD_DOWN;"\
389 "DELAY; DELAY; " \ 389 "DELAY; DELAY; " \
390 "DISTANCE ;DISTANCE ; COST_WAN; COST_WAN; COST_LAN; COST_LAN; " \ 390 "DISTANCE ;DISTANCE ; COST_WAN; COST_WAN; COST_LAN; COST_LAN; " \
391 "COST_WLAN; COST_WLAN; PREF BW abs; PREF BW rel; PREF LATENCY abs; PREF LATENCY rel;\n"); 391 "COST_WLAN; COST_WLAN;COST_BT; COST_BT; PREF BW abs; PREF BW rel; PREF LATENCY abs; PREF LATENCY rel;\n");
392 GNUNET_DISK_file_write (cur->f_hd, datastring, strlen(datastring)); 392 GNUNET_DISK_file_write (cur->f_hd, datastring, strlen(datastring));
393 GNUNET_free (datastring); 393 GNUNET_free (datastring);
394 394