[pisa-src] r1463 - trunk/pisacd/cdconf.c

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 30 Oct 2009 13:03:30 +0100

Author: tjansen
Date: Fri Oct 30 13:03:30 2009
New Revision: 1463

Log:
Fix documentation. pisacd is the CLIENT daemon, stupid copy-paste!

Modified:
   trunk/pisacd/cdconf.c

Modified: trunk/pisacd/cdconf.c
==============================================================================
--- trunk/pisacd/cdconf.c       Fri Oct 30 12:40:19 2009        (r1462)
+++ trunk/pisacd/cdconf.c       Fri Oct 30 13:03:30 2009        (r1463)
@@ -5,7 +5,7 @@
 
 /**
  * @file cdconf.c
- * @brief Implementation of the configuration manager for the PISA neighbor 
daemon.
+ * @brief Implementation of the configuration manager for the PISA client 
daemon.
  * @author Dongsu Park <dpark1978@xxxxxxxxx>
  * @date Jan. 2009
  */
@@ -20,8 +20,7 @@
 #define PISACD_DEFAULT_DEBUGLEVEL              "all"
 
 /**
- * cd_conf contains all configurations about the current
- * neighbor daemon.
+ * cd_conf contains all configurations about the current client daemon.
  */
 cd_conf cd_cfg;
 

Other related posts:

  • » [pisa-src] r1463 - trunk/pisacd/cdconf.c - Thomas Jansen