gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r16461 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r16461 - gnunet/src/transport
Date: Fri, 12 Aug 2011 10:32:56 +0200

Author: grothoff
Date: 2011-08-12 10:32:56 +0200 (Fri, 12 Aug 2011)
New Revision: 16461

Modified:
   gnunet/src/transport/Makefile.am
   gnunet/src/transport/gnunet-service-transport_ats-new.c
Log:
util

Modified: gnunet/src/transport/Makefile.am
===================================================================
--- gnunet/src/transport/Makefile.am    2011-08-12 08:31:00 UTC (rev 16460)
+++ gnunet/src/transport/Makefile.am    2011-08-12 08:32:56 UTC (rev 16461)
@@ -334,6 +334,7 @@
 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 

Modified: gnunet/src/transport/gnunet-service-transport_ats-new.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport_ats-new.c     2011-08-12 
08:31:00 UTC (rev 16460)
+++ gnunet/src/transport/gnunet-service-transport_ats-new.c     2011-08-12 
08:32:56 UTC (rev 16461)
@@ -114,7 +114,6 @@
 };
 
 
-
 /**
  * Count number of connected records.
  *
@@ -221,7 +220,7 @@
 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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]