From 2db61930782680ad7a52fd59f9f1a82c9d41447b Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Mon, 19 Apr 2010 15:25:46 +0000 Subject: [PATCH] --- src/dv/gnunet-service-dv.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/dv/gnunet-service-dv.c b/src/dv/gnunet-service-dv.c index fd0eacf2c..c9dbbb596 100644 --- a/src/dv/gnunet-service-dv.c +++ b/src/dv/gnunet-service-dv.c @@ -692,9 +692,7 @@ size_t core_transmit_notify (void *cls, * * @param sender the original sender of the message * @param specific_neighbor the specific DistantNeighbor to use, complete with referrer! - * @param message the packed message - * @param importance what priority to send this message with - * @param timeout how long to possibly delay sending this message + * @param send_context the send context */ static int send_message_via (const struct GNUNET_PeerIdentity * sender, @@ -776,6 +774,7 @@ send_message_via (const struct GNUNET_PeerIdentity * sender, * @param sender the original sender of the message * @param specific_neighbor the specific neighbor to send this message via * @param message the packed message + * @param message_size size of the message * @param importance what priority to send this message with * @param timeout how long to possibly delay sending this message */ -- 2.25.1