(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Mon, 19 Apr 2010 15:25:46 +0000 (15:25 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Mon, 19 Apr 2010 15:25:46 +0000 (15:25 +0000)
src/dv/gnunet-service-dv.c

index fd0eacf2c4e8b70dc57ca84702f3c7aa44adbb22..c9dbbb5969d702024115a118059d7269b038623a 100644 (file)
@@ -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
  */