aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-04-14 11:09:42 +0000
committerBart Polot <bart@net.in.tum.de>2014-04-14 11:09:42 +0000
commit7c0bed1e8bd20b2b960886461de8bf09c44c61be (patch)
tree69f2c9b5939950d44264e64b654f7351761dd746 /src/mesh
parentbe63de9ad9df990015aa7a8a0f8a338985fbfde8 (diff)
downloadgnunet-7c0bed1e8bd20b2b960886461de8bf09c44c61be.tar.gz
gnunet-7c0bed1e8bd20b2b960886461de8bf09c44c61be.zip
- doc
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/gnunet-service-mesh_connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c
index b18777c67..d0fc590cc 100644
--- a/src/mesh/gnunet-service-mesh_connection.c
+++ b/src/mesh/gnunet-service-mesh_connection.c
@@ -862,8 +862,8 @@ send_broken (struct MeshConnection *c,
862 * isn't even created. 862 * isn't even created.
863 * 863 *
864 * @param connection_id Connection ID. 864 * @param connection_id Connection ID.
865 * @param id1 Peer that has disconnected. 865 * @param id1 Peer that has disconnected, probably local peer.
866 * @param id2 Peer that has disconnected. 866 * @param id2 Peer that has disconnected can be NULL if unknown.
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