aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_group.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-27 14:32:10 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-27 14:32:10 +0000
commitb229a887dfd73dcb2e8bd3d54dc21878fa189ddc (patch)
treefbe712d4bf6842f74c464eafaffd365649869b5d /src/testing/testing_group.c
parent6ba9ee7b1d1c3e1ba90ad4e936672c6a3b1b99da (diff)
downloadgnunet-b229a887dfd73dcb2e8bd3d54dc21878fa189ddc.tar.gz
gnunet-b229a887dfd73dcb2e8bd3d54dc21878fa189ddc.zip
seaspidering
Diffstat (limited to 'src/testing/testing_group.c')
-rw-r--r--src/testing/testing_group.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index 23ab2f9fe..4c123a980 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -2395,12 +2395,12 @@ connect_topology (struct GNUNET_TESTING_PeerGroup *pg, GNUNET_TESTING_NotifyComp
2395 total = total + ret; 2395 total = total + ret;
2396 2396
2397#if OLD 2397#if OLD
2398 connection_iter = ; 2398 connection_iter = FIXME;
2399 while (connection_iter != NULL) 2399 while (connection_iter != NULL)
2400 { 2400 {
2401 connect_context = GNUNET_malloc(sizeof(struct ConnectContext)); 2401 connect_context = GNUNET_malloc(sizeof(struct ConnectContext));
2402 connect_context->pg = pg; 2402 connect_context->pg = pg;
2403 connect_context->first = ; 2403 connect_context->first = FIXME;
2404 connect_context->second = connection_iter->daemon; 2404 connect_context->second = connection_iter->daemon;
2405 GNUNET_SCHEDULER_add_now(pg->sched, &schedule_connect, connect_context); 2405 GNUNET_SCHEDULER_add_now(pg->sched, &schedule_connect, connect_context);
2406 connection_iter = connection_iter->next; 2406 connection_iter = connection_iter->next;