util
authorChristian Grothoff <christian@grothoff.org>
Fri, 12 Aug 2011 08:32:56 +0000 (08:32 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 12 Aug 2011 08:32:56 +0000 (08:32 +0000)
src/transport/Makefile.am
src/transport/gnunet-service-transport_ats-new.c

index a1a6ed73cf4df2888e471096ff28381759eb92b9..b9ab214e055d724ab794f2fe8311c99968d0db99 100644 (file)
@@ -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 
index d7e91a64ef825e0d8852d52b27e54d9a6fd47ea2..7d99ab913d3d9d8b1f35d75d9eccb3a006e5ace9 100644 (file)
@@ -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);