aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-04-14 11:41:01 +0000
committerBart Polot <bart@net.in.tum.de>2014-04-14 11:41:01 +0000
commit750b5dc4e16072de66931a8c17da8d95aba66fb7 (patch)
tree02aa046996fc77f57fee8afa90d3d8cf60ca11fc /src/mesh
parent5954585b60ab08ad8cd871122bf9788f77b83127 (diff)
downloadgnunet-750b5dc4e16072de66931a8c17da8d95aba66fb7.tar.gz
gnunet-750b5dc4e16072de66931a8c17da8d95aba66fb7.zip
- const
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/gnunet-service-mesh_connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c
index e75a35645..ebd3388ef 100644
--- a/src/mesh/gnunet-service-mesh_connection.c
+++ b/src/mesh/gnunet-service-mesh_connection.c
@@ -867,7 +867,7 @@ send_broken (struct MeshConnection *c,
867 * @param peer Peer to notify (neighbor who sent the connection). 867 * @param peer Peer to notify (neighbor who sent the connection).
868 */ 868 */
869static void 869static void
870send_broken_unknown (struct GNUNET_MESH_Hash *connection_id, 870send_broken_unknown (const struct GNUNET_MESH_Hash *connection_id,
871 const struct GNUNET_PeerIdentity *id1, 871 const struct GNUNET_PeerIdentity *id1,
872 const struct GNUNET_PeerIdentity *id2, 872 const struct GNUNET_PeerIdentity *id2,
873 const struct GNUNET_PeerIdentity *peer_id) 873 const struct GNUNET_PeerIdentity *peer_id)