From d456626277beddbe1a5e7201a8c393fac10874cf Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 12 Aug 2011 08:32:56 +0000 Subject: util --- src/transport/Makefile.am | 1 + src/transport/gnunet-service-transport_ats-new.c | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 test_transport_testing_SOURCES = \ test_transport_testing.c test_transport_testing_LDADD = \ + $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/transport/libgnunettransport.la \ $(top_builddir)/src/hello/libgnunethello.la \ $(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 }; - /** * Count number of connected records. * @@ -221,7 +220,7 @@ static void update_bandwidth_assignment (struct GST_AtsHandle *atc, struct AllocationRecord *change) { - /* FIXME: based on the 'change', update the problem... */ + /* FIXME: based on the 'change', update the LP-problem... */ if (atc->ba_task == GNUNET_SCHEDULER_NO_TASK) atc->ba_task = GNUNET_SCHEDULER_add_now (&update_bandwidth_task, atc); -- cgit v1.2.3