[pisa-src] r2600 - in trunk: libpisa/conmgr.c pisasd/sdregister.c

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 30 May 2011 15:32:28 +0200

Author: biurrun
Date: Mon May 30 15:32:28 2011
New Revision: 2600

Log:
Add missing documentation for data_port function parameter.

This should address a Doxygen warning about undocumented parameters.

Modified:
   trunk/libpisa/conmgr.c
   trunk/pisasd/sdregister.c

Modified: trunk/libpisa/conmgr.c
==============================================================================
--- trunk/libpisa/conmgr.c      Mon May 30 15:09:28 2011        (r2599)
+++ trunk/libpisa/conmgr.c      Mon May 30 15:32:28 2011        (r2600)
@@ -86,7 +86,7 @@
  * Set connection data we get only during connection establishment.
  * @param conlist FIXME: document this parameter
  * @param entry the connection that will be updated
- * @param data_port FIXME: document this parameter
+ * @param data_port data port for client-server communication
  * @param client_ipv4 IPv4 on the client
  * @sa pisa_conmgr_remove
  */

Modified: trunk/pisasd/sdregister.c
==============================================================================
--- trunk/pisasd/sdregister.c   Mon May 30 15:09:28 2011        (r2599)
+++ trunk/pisasd/sdregister.c   Mon May 30 15:32:28 2011        (r2600)
@@ -54,6 +54,7 @@
  * @param addr control port and HIT of the new client
  * @param type connection type
  * @param client_ipv4 IPv4 for the client
+ * @param data_port data port for client-server communication
  * @return the new conmgr entry
  */
 static struct pisa_conmgr_entry *pisa_register_client_accept(struct 
sockaddr_in6 *addr,
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2600 - in trunk: libpisa/conmgr.c pisasd/sdregister.c - Diego Biurrun