gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r15517 - gnunet/src/mesh
Date: Fri, 10 Jun 2011 12:07:51 +0200

Author: grothoff
Date: 2011-06-10 12:07:51 +0200 (Fri, 10 Jun 2011)
New Revision: 15517

Modified:
   gnunet/src/mesh/gnunet-service-mesh.c
Log:
fix warnings

Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2011-06-10 10:06:15 UTC (rev 
15516)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2011-06-10 10:07:51 UTC (rev 
15517)
@@ -371,6 +371,7 @@
     return GNUNET_CONTAINER_multihashmap_get(c->tunnels, &hash);
 }
 
+#if LATER
 /**
  * Search for a tunnel by global ID
  */
@@ -387,6 +388,7 @@
     GNUNET_CRYPTO_hash(&id, sizeof(struct MESH_TunnelID), &hash);
     return GNUNET_CONTAINER_multihashmap_get(tunnels, &hash);
 }
+#endif
 
 /**
  * Destroy the path and free any allocated resources linked to it
@@ -404,6 +406,7 @@
     return GNUNET_OK;
 }
 
+#if LATER
 /**
  * Destroy the peer_info and free any allocated resources linked to it
  * @param t tunnel the path belongs to
@@ -418,6 +421,7 @@
     GNUNET_free(pi);
     return GNUNET_OK;
 }
+#endif
 
 /**
  * Destroy the tunnel and free any allocated resources linked to it
@@ -693,6 +697,7 @@
 
     peer_info = (struct MeshPeerInfo *)cls;
 //     t = peer_info->t;
+    t = NULL; // FIXME
 
     if (NULL == get_path || NULL == put_path) {
         // TODO: find ourselves some alternate initial path to the destination




reply via email to

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