gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r30292 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r30292 - gnunet/src/mesh
Date: Fri, 18 Oct 2013 13:24:16 +0200

Author: bartpolot
Date: 2013-10-18 13:24:16 +0200 (Fri, 18 Oct 2013)
New Revision: 30292

Modified:
   gnunet/src/mesh/gnunet-service-mesh_channel.c
   gnunet/src/mesh/gnunet-service-mesh_channel.h
Log:
- doxygen


Modified: gnunet/src/mesh/gnunet-service-mesh_channel.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_channel.c       2013-10-18 11:13:33 UTC 
(rev 30291)
+++ gnunet/src/mesh/gnunet-service-mesh_channel.c       2013-10-18 11:24:16 UTC 
(rev 30292)
@@ -54,7 +54,7 @@
   MESH_CHANNEL_SENT,
 
   /**
-   * Connection confirmed, ready to carry traffic..
+   * Connection confirmed, ready to carry traffic.
    */
   MESH_CHANNEL_READY,
 };
@@ -1279,6 +1279,8 @@
  * in the tunnel.
  *
  * @param ch Channel.
+ * @param c Client which sent the data.
+ * @param message Message.
  * @param fwd Is this a FWD data?
  *
  * @return GNUNET_OK if everything goes well, GNUNET_SYSERR in case of en 
error.
@@ -1446,7 +1448,7 @@
  * Handler for mesh network payload traffic.
  *
  * @param ch Channel for the message.
- * @param message Unencryted data message.
+ * @param msg Unencryted data message.
  * @param fwd Is this FWD traffic? GNUNET_YES : GNUNET_NO;
  */
 void
@@ -1517,7 +1519,7 @@
  * Handler for mesh network traffic end-to-end ACKs.
  *
  * @param t Tunnel on which we got this message.
- * @param message Data message.
+ * @param msg Data message.
  * @param fwd Is this a fwd ACK? (dest->orig)
  */
 void

Modified: gnunet/src/mesh/gnunet-service-mesh_channel.h
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_channel.h       2013-10-18 11:13:33 UTC 
(rev 30291)
+++ gnunet/src/mesh/gnunet-service-mesh_channel.h       2013-10-18 11:24:16 UTC 
(rev 30292)
@@ -197,6 +197,8 @@
  * in the tunnel.
  *
  * @param ch Channel.
+ * @param c Client which sent the data.
+ * @param message Message.
  * @param fwd Is this a FWD data?
  *
  * @return GNUNET_OK if everything goes well, GNUNET_SYSERR in case of en 
error.
@@ -237,7 +239,7 @@
  * Handler for mesh network payload traffic.
  *
  * @param ch Channel for the message.
- * @param message Unencryted data message.
+ * @param msg Unencryted data message.
  * @param fwd Is this FWD traffic? GNUNET_YES : GNUNET_NO;
  */
 void
@@ -249,7 +251,7 @@
  * Handler for mesh network traffic end-to-end ACKs.
  *
  * @param t Tunnel on which we got this message.
- * @param message Data message.
+ * @param msg Data message.
  * @param fwd Is this a fwd ACK? (dest->orig)
  */
 void




reply via email to

[Prev in Thread] Current Thread [Next in Thread]