aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh.c')
-rw-r--r--src/mesh/gnunet-service-mesh.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index 3b704f101..31e0dc901 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -628,14 +628,9 @@ announce_application (void *cls, const GNUNET_HashCode * key, void *value)
628 GNUNET_DHT_RO_DEMULTIPLEX_EVERYWHERE, GNUNET_BLOCK_TYPE_TEST, 628 GNUNET_DHT_RO_DEMULTIPLEX_EVERYWHERE, GNUNET_BLOCK_TYPE_TEST,
629 sizeof (struct GNUNET_PeerIdentity), 629 sizeof (struct GNUNET_PeerIdentity),
630 (const char *) &my_full_id, 630 (const char *) &my_full_id,
631#if MESH_DEBUG
632 GNUNET_TIME_UNIT_FOREVER_ABS, GNUNET_TIME_UNIT_FOREVER_REL,
633 &mesh_debug, "DHT_put for app completed");
634#else
635 GNUNET_TIME_absolute_add (GNUNET_TIME_absolute_get (), 631 GNUNET_TIME_absolute_add (GNUNET_TIME_absolute_get (),
636 APP_ANNOUNCE_TIME), 632 APP_ANNOUNCE_TIME),
637 APP_ANNOUNCE_TIME, NULL, NULL); 633 APP_ANNOUNCE_TIME, NULL, NULL);
638#endif
639 return GNUNET_OK; 634 return GNUNET_OK;
640} 635}
641 636