aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-07 06:27:10 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-07 06:27:10 +0000
commitac2de52a5de68f6f4f13b7aa01a481869fffc6aa (patch)
tree856c9f0b2f55f8cae99f3c7b3bf22beaecbf58da /src/testing
parentc1a3c11f8665432d9db6d549c28c0329668e66af (diff)
downloadgnunet-ac2de52a5de68f6f4f13b7aa01a481869fffc6aa.tar.gz
gnunet-ac2de52a5de68f6f4f13b7aa01a481869fffc6aa.zip
hacks from trip
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_testing_topology.c18
-rw-r--r--src/testing/testing.c6
2 files changed, 12 insertions, 12 deletions
diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c
index 6450d67d3..4701d2c84 100644
--- a/src/testing/test_testing_topology.c
+++ b/src/testing/test_testing_topology.c
@@ -443,14 +443,14 @@ init_notify_peer1 (void *cls,
443 * Connect to the receiving peer 443 * Connect to the receiving peer
444 */ 444 */
445 pos->peer2handle = GNUNET_CORE_connect (sched, 445 pos->peer2handle = GNUNET_CORE_connect (sched,
446 pos->peer2->cfg, 446 pos->peer2->cfg,
447 TIMEOUT, 447 TIMEOUT,
448 pos, 448 pos,
449 &init_notify_peer2, 449 &init_notify_peer2,
450 NULL, 450 NULL,
451 NULL, 451 NULL,
452 NULL, 452 NULL, NULL,
453 GNUNET_YES, NULL, GNUNET_YES, handlers); 453 GNUNET_YES, NULL, GNUNET_YES, handlers);
454 454
455} 455}
456 456
@@ -485,7 +485,7 @@ send_test_messages (void *cls, const struct GNUNET_SCHEDULER_TaskContext * tc)
485 TIMEOUT, 485 TIMEOUT,
486 pos, 486 pos,
487 &init_notify_peer1, 487 &init_notify_peer1,
488 NULL, 488 NULL, NULL,
489 NULL, 489 NULL,
490 NULL, 490 NULL,
491 GNUNET_NO, NULL, GNUNET_NO, no_handlers); 491 GNUNET_NO, NULL, GNUNET_NO, no_handlers);
diff --git a/src/testing/testing.c b/src/testing/testing.c
index 3ccb445e4..d12892fcc 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -513,7 +513,7 @@ start_fsm (void *cls,
513 ARM_START_WAIT, 513 ARM_START_WAIT,
514 d, 514 d,
515 &testing_init, 515 &testing_init,
516 NULL, NULL, 516 NULL, NULL, NULL,
517 NULL, GNUNET_NO, 517 NULL, GNUNET_NO,
518 NULL, GNUNET_NO, no_handlers); 518 NULL, GNUNET_NO, no_handlers);
519 break; 519 break;
@@ -1380,7 +1380,7 @@ GNUNET_TESTING_daemons_connect (struct GNUNET_TESTING_Daemon *d1,
1380 timeout, 1380 timeout,
1381 ctx, 1381 ctx,
1382 NULL, 1382 NULL,
1383 &connect_notify, NULL, 1383 &connect_notify, NULL, NULL,
1384 NULL, GNUNET_NO, 1384 NULL, GNUNET_NO,
1385 NULL, GNUNET_NO, no_handlers); 1385 NULL, GNUNET_NO, no_handlers);
1386 if (ctx->d1core == NULL) 1386 if (ctx->d1core == NULL)
@@ -1442,7 +1442,7 @@ reattempt_daemons_connect (void *cls, const struct GNUNET_SCHEDULER_TaskContext
1442 GNUNET_TIME_absolute_get_remaining(ctx->timeout), 1442 GNUNET_TIME_absolute_get_remaining(ctx->timeout),
1443 ctx, 1443 ctx,
1444 NULL, 1444 NULL,
1445 &connect_notify, NULL, 1445 &connect_notify, NULL, NULL,
1446 NULL, GNUNET_NO, 1446 NULL, GNUNET_NO,
1447 NULL, GNUNET_NO, no_handlers); 1447 NULL, GNUNET_NO, no_handlers);
1448 if (ctx->d1core == NULL) 1448 if (ctx->d1core == NULL)