gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10354 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r10354 - gnunet/src/testing
Date: Wed, 17 Feb 2010 21:23:58 +0100

Author: grothoff
Date: 2010-02-17 21:23:58 +0100 (Wed, 17 Feb 2010)
New Revision: 10354

Modified:
   gnunet/src/testing/testing.c
Log:
fixes

Modified: gnunet/src/testing/testing.c
===================================================================
--- gnunet/src/testing/testing.c        2010-02-17 20:23:50 UTC (rev 10353)
+++ gnunet/src/testing/testing.c        2010-02-17 20:23:58 UTC (rev 10354)
@@ -639,7 +639,7 @@
    */
   struct GNUNET_TESTING_Daemon *d1;
 
-  /*
+  /**
    * Handle to core of first daemon (to check connect)
    */
   struct GNUNET_CORE_Handle * d1core;
@@ -649,7 +649,7 @@
    */
   struct GNUNET_TESTING_Daemon *d2;
 
-  /*
+  /**
    * Handle to core of second daemon (to check connect)
    */
   struct GNUNET_CORE_Handle * d2core;
@@ -686,12 +686,12 @@
    */
   struct GNUNET_TIME_Absolute timeout;
 
-  /*
+  /**
    * Hello timeout task
    */
   GNUNET_SCHEDULER_TaskIdentifier hello_send_task;
 
-  /*
+  /**
    * Connect timeout task
    */
   GNUNET_SCHEDULER_TaskIdentifier timeout_task;
@@ -702,12 +702,12 @@
    */
   struct GNUNET_TIME_Relative timeout_hello;
 
-  /*
+  /**
    * The current hello message we have (for d1)
    */
   struct GNUNET_MessageHeader *hello;
 
-  /*
+  /**
    * Was the connection successful?
    */
   int connected;
@@ -966,7 +966,7 @@
 
 #if DEBUG_TESTING
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              "Asking for hello from peer %s\n", GNUNET_i2s (&d1->id));
+              "Asking for HELLO from peer %s\n", GNUNET_i2s (&d1->id));
 #endif
 
   ctx->timeout_task = GNUNET_SCHEDULER_add_delayed (d1->sched,





reply via email to

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