-only notify AFTER sending is really close to finished, not before
[oweals/gnunet.git] / src / mesh / gnunet-mesh.c
index 77bb7317f906f0ad2baedbf9292eee6a1e1606a4..3d8aca183c692f1605480baded6468498f53cab6 100644 (file)
@@ -118,7 +118,7 @@ get_tunnels (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
   {
     return;
   }
-  GNUNET_MESH_get_tunnels (mh, &tunnels_callback, NULL);
+//   GNUNET_MESH_get_tunnels (mh, &tunnels_callback, NULL);
   if (GNUNET_YES != monitor_connections)
   {
     GNUNET_SCHEDULER_shutdown();
@@ -148,7 +148,7 @@ show_tunnel (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
     GNUNET_SCHEDULER_shutdown();
     return;
   }
-  GNUNET_MESH_show_tunnel (mh, &pid, 0, tunnel_callback, NULL);
+//   GNUNET_MESH_show_tunnel (mh, &pid, 0, tunnel_callback, NULL);
 }