gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21481 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r21481 - gnunet/src/mesh
Date: Mon, 14 May 2012 18:28:32 +0200

Author: grothoff
Date: 2012-05-14 18:28:31 +0200 (Mon, 14 May 2012)
New Revision: 21481

Modified:
   gnunet/src/mesh/gnunet-service-mesh.c
Log:
-help safey

Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2012-05-14 16:16:55 UTC (rev 
21480)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2012-05-14 16:28:31 UTC (rev 
21481)
@@ -628,14 +628,9 @@
                   GNUNET_DHT_RO_DEMULTIPLEX_EVERYWHERE, GNUNET_BLOCK_TYPE_TEST,
                   sizeof (struct GNUNET_PeerIdentity),
                   (const char *) &my_full_id,
-#if MESH_DEBUG
-                  GNUNET_TIME_UNIT_FOREVER_ABS, GNUNET_TIME_UNIT_FOREVER_REL,
-                  &mesh_debug, "DHT_put for app completed");
-#else
                   GNUNET_TIME_absolute_add (GNUNET_TIME_absolute_get (),
                                             APP_ANNOUNCE_TIME),
                   APP_ANNOUNCE_TIME, NULL, NULL);
-#endif
   return GNUNET_OK;
 }
 




reply via email to

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