- doxygen
authorBart Polot <bart@net.in.tum.de>
Fri, 18 Oct 2013 11:32:23 +0000 (11:32 +0000)
committerBart Polot <bart@net.in.tum.de>
Fri, 18 Oct 2013 11:32:23 +0000 (11:32 +0000)
src/mesh/gnunet-service-mesh_local.c
src/mesh/gnunet-service-mesh_local.h

index 9b868124a1d96b3f2d5c4dfbafd9151d2ed6386d..b310c39dd90397223297aaa15b377270ad5b5e36 100644 (file)
@@ -767,10 +767,10 @@ GML_shutdown (void)
 
 
 /**
- * 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 @@ GML_send_ack (struct MeshClient *c, MESH_ChannelNumber id)
 /**
  * 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,
index 6647057b280f165972baa47683834f7d22b9cab0..e10db1161cb9c1bc2c0b9239c34bdfbd4cec0abb 100644 (file)
@@ -162,7 +162,11 @@ GML_send_ack (struct MeshClient *c, MESH_ChannelNumber id);
 /**
  * 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,