aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_peer.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-02-05 18:16:25 +0000
committerBart Polot <bart@net.in.tum.de>2014-02-05 18:16:25 +0000
commit84e96af058595217206776bbb357a7e6042427d4 (patch)
tree58eeb97aa3c30ea710ee97af36839da68bcdcc78 /src/mesh/gnunet-service-mesh_peer.c
parent05f3d409696cb2bb24be096b861a5ba493b99ba6 (diff)
downloadgnunet-84e96af058595217206776bbb357a7e6042427d4.tar.gz
gnunet-84e96af058595217206776bbb357a7e6042427d4.zip
- whitespace
Diffstat (limited to 'src/mesh/gnunet-service-mesh_peer.c')
-rw-r--r--src/mesh/gnunet-service-mesh_peer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/gnunet-service-mesh_peer.c b/src/mesh/gnunet-service-mesh_peer.c
index e8b332c7d..d84d5e6de 100644
--- a/src/mesh/gnunet-service-mesh_peer.c
+++ b/src/mesh/gnunet-service-mesh_peer.c
@@ -1393,6 +1393,7 @@ try_connect (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1393 GNUNET_PEER_resolve2 (peer->id), NULL, NULL); 1393 GNUNET_PEER_resolve2 (peer->id), NULL, NULL);
1394} 1394}
1395 1395
1396
1396/** 1397/**
1397 * Try to establish a new connection to this peer (in its tunnel). 1398 * Try to establish a new connection to this peer (in its tunnel).
1398 * If the peer doesn't have any path to it yet, try to get one. 1399 * If the peer doesn't have any path to it yet, try to get one.