[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r11839 - gnunet/src/dv
From: |
gnunet |
Subject: |
[GNUnet-SVN] r11839 - gnunet/src/dv |
Date: |
Sun, 20 Jun 2010 17:49:00 +0200 |
Author: nevans
Date: 2010-06-20 17:49:00 +0200 (Sun, 20 Jun 2010)
New Revision: 11839
Modified:
gnunet/src/dv/gnunet-service-dv.c
Log:
doxygen
Modified: gnunet/src/dv/gnunet-service-dv.c
===================================================================
--- gnunet/src/dv/gnunet-service-dv.c 2010-06-20 15:28:57 UTC (rev 11838)
+++ gnunet/src/dv/gnunet-service-dv.c 2010-06-20 15:49:00 UTC (rev 11839)
@@ -1031,6 +1031,7 @@
return GNUNET_YES;
}
+#if DEBUG_DV_MESSAGES
/**
* Send a DV data message via DV.
*
@@ -1040,11 +1041,22 @@
* @param message the packed message
* @param message_size size of the message
* @param importance what priority to send this message with
-#if DEBUG_DV_MESSAGES
* @param uid unique id for this message
-#endif
* @param timeout how long to possibly delay sending this message
*/
+#else
+/**
+ * Send a DV data message via DV.
+ *
+ * @param recipient the ultimate recipient of this message
+ * @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
+ */
+#endif
static int
send_message (const struct GNUNET_PeerIdentity * recipient,
const struct GNUNET_PeerIdentity * sender,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r11839 - gnunet/src/dv,
gnunet <=