aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-01 13:17:26 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-01 13:17:26 +0000
commitbad1f3fed2253f63c980227e468b1742bca463ce (patch)
tree969a34d3a7da2ac4d651b4aeead9bc0644dd65d5 /src/topology
parentab71c21c6b0801093a338853c01635f78cf2c516 (diff)
downloadgnunet-bad1f3fed2253f63c980227e468b1742bca463ce.tar.gz
gnunet-bad1f3fed2253f63c980227e468b1742bca463ce.zip
-doxygen
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/gnunet-daemon-topology.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index 259d2e455..382c9f3d2 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -398,7 +398,8 @@ attempt_connect (struct Peer *pos)
398/** 398/**
399 * Try to connect to the specified peer. 399 * Try to connect to the specified peer.
400 * 400 *
401 * @param pos peer to connect to 401 * @param cls peer to connect to
402 * @param tc scheduler context
402 */ 403 */
403static void 404static void
404do_attempt_connect (void *cls, 405do_attempt_connect (void *cls,