aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-04-15 07:40:34 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-04-15 07:40:34 +0000
commit9d300ce5d755b2abd614f3dfdb03742f8a3e158f (patch)
tree074944b43d7a68dea7e8b9dbf7e6c270f5b4a303 /src/transport
parent3c2d8c16ca76ac45db471f3c66bc24257b849dd5 (diff)
downloadgnunet-9d300ce5d755b2abd614f3dfdb03742f8a3e158f.tar.gz
gnunet-9d300ce5d755b2abd614f3dfdb03742f8a3e158f.zip
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-service-transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c
index 474cfe2e2..a74ea114e 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -6771,7 +6771,6 @@ static void
6771ats_calculate_bandwidth_distribution () 6771ats_calculate_bandwidth_distribution ()
6772{ 6772{
6773#if HAVE_LIBGLPK 6773#if HAVE_LIBGLPK
6774#endif
6775 struct GNUNET_TIME_Absolute start; 6774 struct GNUNET_TIME_Absolute start;
6776 struct GNUNET_TIME_Relative creation; 6775 struct GNUNET_TIME_Relative creation;
6777 struct GNUNET_TIME_Relative solving; 6776 struct GNUNET_TIME_Relative solving;
@@ -6858,6 +6857,7 @@ ats_calculate_bandwidth_distribution ()
6858 ats->modified_addr = GNUNET_NO; 6857 ats->modified_addr = GNUNET_NO;
6859 ats->modified_resources = GNUNET_NO; 6858 ats->modified_resources = GNUNET_NO;
6860 ats->modified_quality = GNUNET_NO; 6859 ats->modified_quality = GNUNET_NO;
6860#endif
6861} 6861}
6862 6862
6863 6863