aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testing/testing.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index ed1541873..d1d0b95c9 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -639,7 +639,7 @@ struct ConnectContext
639 */ 639 */
640 struct GNUNET_TESTING_Daemon *d1; 640 struct GNUNET_TESTING_Daemon *d1;
641 641
642 /* 642 /**
643 * Handle to core of first daemon (to check connect) 643 * Handle to core of first daemon (to check connect)
644 */ 644 */
645 struct GNUNET_CORE_Handle * d1core; 645 struct GNUNET_CORE_Handle * d1core;
@@ -649,7 +649,7 @@ struct ConnectContext
649 */ 649 */
650 struct GNUNET_TESTING_Daemon *d2; 650 struct GNUNET_TESTING_Daemon *d2;
651 651
652 /* 652 /**
653 * Handle to core of second daemon (to check connect) 653 * Handle to core of second daemon (to check connect)
654 */ 654 */
655 struct GNUNET_CORE_Handle * d2core; 655 struct GNUNET_CORE_Handle * d2core;
@@ -686,12 +686,12 @@ struct ConnectContext
686 */ 686 */
687 struct GNUNET_TIME_Absolute timeout; 687 struct GNUNET_TIME_Absolute timeout;
688 688
689 /* 689 /**
690 * Hello timeout task 690 * Hello timeout task
691 */ 691 */
692 GNUNET_SCHEDULER_TaskIdentifier hello_send_task; 692 GNUNET_SCHEDULER_TaskIdentifier hello_send_task;
693 693
694 /* 694 /**
695 * Connect timeout task 695 * Connect timeout task
696 */ 696 */
697 GNUNET_SCHEDULER_TaskIdentifier timeout_task; 697 GNUNET_SCHEDULER_TaskIdentifier timeout_task;
@@ -702,12 +702,12 @@ struct ConnectContext
702 */ 702 */
703 struct GNUNET_TIME_Relative timeout_hello; 703 struct GNUNET_TIME_Relative timeout_hello;
704 704
705 /* 705 /**
706 * The current hello message we have (for d1) 706 * The current hello message we have (for d1)
707 */ 707 */
708 struct GNUNET_MessageHeader *hello; 708 struct GNUNET_MessageHeader *hello;
709 709
710 /* 710 /**
711 * Was the connection successful? 711 * Was the connection successful?
712 */ 712 */
713 int connected; 713 int connected;
@@ -966,7 +966,7 @@ GNUNET_TESTING_daemons_connect (struct GNUNET_TESTING_Daemon *d1,
966 966
967#if DEBUG_TESTING 967#if DEBUG_TESTING
968 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 968 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
969 "Asking for hello from peer %s\n", GNUNET_i2s (&d1->id)); 969 "Asking for HELLO from peer %s\n", GNUNET_i2s (&d1->id));
970#endif 970#endif
971 971
972 ctx->timeout_task = GNUNET_SCHEDULER_add_delayed (d1->sched, 972 ctx->timeout_task = GNUNET_SCHEDULER_add_delayed (d1->sched,