aboutsummaryrefslogtreecommitdiff
path: root/src/dv
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-18 12:11:12 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-18 12:11:12 +0000
commit153c0ba219f50e851aaef92d0cef28f80a33763e (patch)
treee77ff6cedfc6dfc1eaf9e5be50d5ba78659f6db9 /src/dv
parent467b7a5f6893d472663d42b6b8684616cee0f7dc (diff)
downloadgnunet-153c0ba219f50e851aaef92d0cef28f80a33763e.tar.gz
gnunet-153c0ba219f50e851aaef92d0cef28f80a33763e.zip
-doxygen
Diffstat (limited to 'src/dv')
-rw-r--r--src/dv/gnunet-service-dv.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dv/gnunet-service-dv.c b/src/dv/gnunet-service-dv.c
index 44e786589..c9a98dcc2 100644
--- a/src/dv/gnunet-service-dv.c
+++ b/src/dv/gnunet-service-dv.c
@@ -361,7 +361,7 @@ get_atsi_distance (const struct GNUNET_ATS_Information *atsi,
361 * 361 *
362 * @param message the message to send to the plugin 362 * @param message the message to send to the plugin
363 * @param origin the original sender of the message 363 * @param origin the original sender of the message
364 * @param distnace distance to the original sender of the message 364 * @param distance distance to the original sender of the message
365 */ 365 */
366static void 366static void
367send_data_to_plugin (const struct GNUNET_MessageHeader *message, 367send_data_to_plugin (const struct GNUNET_MessageHeader *message,
@@ -398,8 +398,6 @@ send_data_to_plugin (const struct GNUNET_MessageHeader *message,
398 * Forward a control message to the plugin. 398 * Forward a control message to the plugin.
399 * 399 *
400 * @param message the message to send to the plugin 400 * @param message the message to send to the plugin
401 * @param distant_neighbor the original sender of the message
402 * @param distnace distance to the original sender of the message
403 */ 401 */
404static void 402static void
405send_control_to_plugin (const struct GNUNET_MessageHeader *message) 403send_control_to_plugin (const struct GNUNET_MessageHeader *message)