aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2011-04-19 14:39:49 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2011-04-19 14:39:49 +0000
commit57871cd88f37d1dd43ce35b58135a7f7adca9eaf (patch)
treefb811cc9dfd678795411d7aa9f76ed91d2678a31 /src/transport
parent6fc83fe43076aa576f3fda6d40e11831837f37c6 (diff)
downloadgnunet-57871cd88f37d1dd43ce35b58135a7f7adca9eaf.tar.gz
gnunet-57871cd88f37d1dd43ce35b58135a7f7adca9eaf.zip
fixed
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-service-transport.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/transport/gnunet-service-transport.c b/src/transport/gnunet-service-transport.c
index efae6b6c0..dfc71509b 100644
--- a/src/transport/gnunet-service-transport.c
+++ b/src/transport/gnunet-service-transport.c
@@ -6312,6 +6312,7 @@ static void ats_update_problem_cr ()
6312 GNUNET_free_non_null (ar); 6312 GNUNET_free_non_null (ar);
6313} 6313}
6314 6314
6315
6315#if 0 6316#if 0
6316static void ats_update_problem_qm_TEST () 6317static void ats_update_problem_qm_TEST ()
6317{ 6318{
@@ -6837,7 +6838,7 @@ static int ats_create_problem (double D, double U, double R, int v_b_min, int v_
6837 return GNUNET_OK; 6838 return GNUNET_OK;
6838 6839
6839} 6840}
6840#if 0 6841
6841void ats_notify_ats_data ( 6842void ats_notify_ats_data (
6842 const struct GNUNET_PeerIdentity *peer, 6843 const struct GNUNET_PeerIdentity *peer,
6843 const struct GNUNET_TRANSPORT_ATS_Information *ats_data) 6844 const struct GNUNET_TRANSPORT_ATS_Information *ats_data)
@@ -6847,8 +6848,7 @@ void ats_notify_ats_data (
6847#endif 6848#endif
6848 ats_calculate_bandwidth_distribution(); 6849 ats_calculate_bandwidth_distribution();
6849} 6850}
6850#endif 6851#endif //END: HAVE_LIBGLPK
6851#endif
6852 6852
6853static void 6853static void
6854ats_calculate_bandwidth_distribution () 6854ats_calculate_bandwidth_distribution ()
@@ -6964,9 +6964,8 @@ ats_calculate_bandwidth_distribution ()
6964 ats->modified_addr = GNUNET_NO; 6964 ats->modified_addr = GNUNET_NO;
6965 ats->modified_resources = GNUNET_NO; 6965 ats->modified_resources = GNUNET_NO;
6966 ats->modified_quality = GNUNET_NO; 6966 ats->modified_quality = GNUNET_NO;
6967}
6968#endif 6967#endif
6969 6968}
6970 6969
6971static void 6970static void
6972ats_schedule_calculation (void *cls, 6971ats_schedule_calculation (void *cls,