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
};
-
/**
* Count number of connected records.
*
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);