aboutsummaryrefslogtreecommitdiff
path: root/src/dv
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2010-12-21 14:59:21 +0000
committerNathan S. Evans <evans@in.tum.de>2010-12-21 14:59:21 +0000
commit2dd7fb0972aee40eb8f4283e7d4c74415a703ab6 (patch)
treea883ad8b2a35dbd85ae3a7d427fb4e9fd1e12412 /src/dv
parent6a8a1fc8bc5ed304a22c54ce7c4770811a444919 (diff)
downloadgnunet-2dd7fb0972aee40eb8f4283e7d4c74415a703ab6.tar.gz
gnunet-2dd7fb0972aee40eb8f4283e7d4c74415a703ab6.zip
doxygen comments, last commit of bugfixes (hopefully)
Diffstat (limited to 'src/dv')
-rw-r--r--src/dv/gnunet-service-dv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dv/gnunet-service-dv.c b/src/dv/gnunet-service-dv.c
index 0ef8d48f7..cd54686f3 100644
--- a/src/dv/gnunet-service-dv.c
+++ b/src/dv/gnunet-service-dv.c
@@ -1347,8 +1347,7 @@ get_atsi_latency (const struct GNUNET_TRANSPORT_ATS_Information *atsi)
1347 * @param cls closure 1347 * @param cls closure
1348 * @param peer peer which sent the message (immediate sender) 1348 * @param peer peer which sent the message (immediate sender)
1349 * @param message the message 1349 * @param message the message
1350 * @param latency the latency of the connection we received the message from 1350 * @param atsi transport ATS information (latency, distance, etc.)
1351 * @param distance the distance to the immediate peer
1352 */ 1351 */
1353static int 1352static int
1354handle_dv_data_message (void *cls, 1353handle_dv_data_message (void *cls,