aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-12 08:32:56 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-12 08:32:56 +0000
commitd456626277beddbe1a5e7201a8c393fac10874cf (patch)
tree910a058c16900aff604e55eb33f41303c2122412 /src
parentb27a90cfb91bd59190759d214752737eecbac922 (diff)
downloadgnunet-d456626277beddbe1a5e7201a8c393fac10874cf.tar.gz
gnunet-d456626277beddbe1a5e7201a8c393fac10874cf.zip
util
Diffstat (limited to 'src')
-rw-r--r--src/transport/Makefile.am1
-rw-r--r--src/transport/gnunet-service-transport_ats-new.c3
2 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index a1a6ed73c..b9ab214e0 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -334,6 +334,7 @@ endif
334test_transport_testing_SOURCES = \ 334test_transport_testing_SOURCES = \
335 test_transport_testing.c 335 test_transport_testing.c
336test_transport_testing_LDADD = \ 336test_transport_testing_LDADD = \
337 $(top_builddir)/src/util/libgnunetutil.la \
337 $(top_builddir)/src/transport/libgnunettransport.la \ 338 $(top_builddir)/src/transport/libgnunettransport.la \
338 $(top_builddir)/src/hello/libgnunethello.la \ 339 $(top_builddir)/src/hello/libgnunethello.la \
339 $(top_builddir)/src/transport/libgnunettransporttesting.la 340 $(top_builddir)/src/transport/libgnunettransporttesting.la
diff --git a/src/transport/gnunet-service-transport_ats-new.c b/src/transport/gnunet-service-transport_ats-new.c
index d7e91a64e..7d99ab913 100644
--- a/src/transport/gnunet-service-transport_ats-new.c
+++ b/src/transport/gnunet-service-transport_ats-new.c
@@ -114,7 +114,6 @@ struct GST_AtsHandle
114}; 114};
115 115
116 116
117
118/** 117/**
119 * Count number of connected records. 118 * Count number of connected records.
120 * 119 *
@@ -221,7 +220,7 @@ static void
221update_bandwidth_assignment (struct GST_AtsHandle *atc, 220update_bandwidth_assignment (struct GST_AtsHandle *atc,
222 struct AllocationRecord *change) 221 struct AllocationRecord *change)
223{ 222{
224 /* FIXME: based on the 'change', update the problem... */ 223 /* FIXME: based on the 'change', update the LP-problem... */
225 if (atc->ba_task == GNUNET_SCHEDULER_NO_TASK) 224 if (atc->ba_task == GNUNET_SCHEDULER_NO_TASK)
226 atc->ba_task = GNUNET_SCHEDULER_add_now (&update_bandwidth_task, 225 atc->ba_task = GNUNET_SCHEDULER_add_now (&update_bandwidth_task,
227 atc); 226 atc);