gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r32601 - gnunet/src/mesh
Date: Mon, 10 Mar 2014 10:52:45 +0100

Author: bartpolot
Date: 2014-03-10 10:52:45 +0100 (Mon, 10 Mar 2014)
New Revision: 32601

Modified:
   gnunet/src/mesh/gnunet-service-mesh_local.c
Log:
- use an array of 256 hashes on connection info

Modified: gnunet/src/mesh/gnunet-service-mesh_local.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_local.c 2014-03-10 09:52:44 UTC (rev 
32600)
+++ gnunet/src/mesh/gnunet-service-mesh_local.c 2014-03-10 09:52:45 UTC (rev 
32601)
@@ -727,7 +727,7 @@
 iter_connection (void *cls, struct MeshConnection *c)
 {
   struct GNUNET_MESH_LocalInfoTunnel *msg = cls;
-  struct GNUNET_HashCode *h = (struct GNUNET_HashCode *) &msg[1];
+  struct GNUNET_MeshHash *h = (struct GNUNET_MeshHash *) &msg[1];
 
   h[msg->connections] = *(GMC_get_id (c));
   msg->connections++;




reply via email to

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