gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r33060 - gnunet/src/mesh
Date: Mon, 14 Apr 2014 13:41:02 +0200

Author: bartpolot
Date: 2014-04-14 13:41:01 +0200 (Mon, 14 Apr 2014)
New Revision: 33060

Modified:
   gnunet/src/mesh/gnunet-service-mesh_connection.c
Log:
- const

Modified: gnunet/src/mesh/gnunet-service-mesh_connection.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_connection.c    2014-04-14 11:09:47 UTC 
(rev 33059)
+++ gnunet/src/mesh/gnunet-service-mesh_connection.c    2014-04-14 11:41:01 UTC 
(rev 33060)
@@ -867,7 +867,7 @@
  * @param peer Peer to notify (neighbor who sent the connection).
  */
 static void
-send_broken_unknown (struct GNUNET_MESH_Hash *connection_id,
+send_broken_unknown (const struct GNUNET_MESH_Hash *connection_id,
                      const struct GNUNET_PeerIdentity *id1,
                      const struct GNUNET_PeerIdentity *id2,
                      const struct GNUNET_PeerIdentity *peer_id)




reply via email to

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