gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r30295 - gnunet/src/mesh
Date: Fri, 18 Oct 2013 13:32:23 +0200

Author: bartpolot
Date: 2013-10-18 13:32:23 +0200 (Fri, 18 Oct 2013)
New Revision: 30295

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

Modified: gnunet/src/mesh/gnunet-service-mesh_local.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_local.c 2013-10-18 11:28:38 UTC (rev 
30294)
+++ gnunet/src/mesh/gnunet-service-mesh_local.c 2013-10-18 11:32:23 UTC (rev 
30295)
@@ -767,10 +767,10 @@
 
 
 /**
- * Get a chennel from a client
+ * Get a channel from a client.
  *
- * @param c the client to check
- * @param chid Channel ID, must be local (> 0x800...)
+ * @param c Client to check.
+ * @param chid Channel ID, must be local (> 0x800...).
  *
  * @return non-NULL if channel exists in the clients lists
  */
@@ -949,7 +949,11 @@
 /**
  * Notify the client that a new incoming channel was created.
  *
- * @param ch Channel that was created.
+ * @param c Client to notify.
+ * @param id Channel ID.
+ * @param port Channel's destination port.
+ * @param opt Options (bit array).
+ * @param peer Origin peer.
  */
 void
 GML_send_channel_create (struct MeshClient *c,

Modified: gnunet/src/mesh/gnunet-service-mesh_local.h
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_local.h 2013-10-18 11:28:38 UTC (rev 
30294)
+++ gnunet/src/mesh/gnunet-service-mesh_local.h 2013-10-18 11:32:23 UTC (rev 
30295)
@@ -162,7 +162,11 @@
 /**
  * Notify the appropriate client that a new incoming channel was created.
  *
- * @param ch Channel that was created.
+ * @param c Client to notify.
+ * @param id Channel ID.
+ * @param port Channel's destination port.
+ * @param opt Options (bit array).
+ * @param peer Origin peer.
  */
 void
 GML_send_channel_create (struct MeshClient *c,




reply via email to

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