aboutsummaryrefslogtreecommitdiff
path: root/src/dv/gnunet-service-dv.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-04-19 15:25:46 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-04-19 15:25:46 +0000
commit2db61930782680ad7a52fd59f9f1a82c9d41447b (patch)
treee3d36274a6e088c341120faff6a8d7539bdbeb33 /src/dv/gnunet-service-dv.c
parent470d2ed35f3507a7abead0fcac0eeabe7822b719 (diff)
downloadgnunet-2db61930782680ad7a52fd59f9f1a82c9d41447b.tar.gz
gnunet-2db61930782680ad7a52fd59f9f1a82c9d41447b.zip
Diffstat (limited to 'src/dv/gnunet-service-dv.c')
-rw-r--r--src/dv/gnunet-service-dv.c5
1 files 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,
692 * 692 *
693 * @param sender the original sender of the message 693 * @param sender the original sender of the message
694 * @param specific_neighbor the specific DistantNeighbor to use, complete with referrer! 694 * @param specific_neighbor the specific DistantNeighbor to use, complete with referrer!
695 * @param message the packed message 695 * @param send_context the send context
696 * @param importance what priority to send this message with
697 * @param timeout how long to possibly delay sending this message
698 */ 696 */
699static int 697static int
700send_message_via (const struct GNUNET_PeerIdentity * sender, 698send_message_via (const struct GNUNET_PeerIdentity * sender,
@@ -776,6 +774,7 @@ send_message_via (const struct GNUNET_PeerIdentity * sender,
776 * @param sender the original sender of the message 774 * @param sender the original sender of the message
777 * @param specific_neighbor the specific neighbor to send this message via 775 * @param specific_neighbor the specific neighbor to send this message via
778 * @param message the packed message 776 * @param message the packed message
777 * @param message_size size of the message
779 * @param importance what priority to send this message with 778 * @param importance what priority to send this message with
780 * @param timeout how long to possibly delay sending this message 779 * @param timeout how long to possibly delay sending this message
781 */ 780 */