[pisa-src] r1378 - trunk/pisasd/sdheartbeat.c

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 28 Oct 2009 14:10:35 +0100

Author: tjansen
Date: Wed Oct 28 14:10:35 2009
New Revision: 1378

Log:
Improved doxygen documentation.

Modified:
   trunk/pisasd/sdheartbeat.c

Modified: trunk/pisasd/sdheartbeat.c
==============================================================================
--- trunk/pisasd/sdheartbeat.c  Wed Oct 28 13:56:01 2009        (r1377)
+++ trunk/pisasd/sdheartbeat.c  Wed Oct 28 14:10:35 2009        (r1378)
@@ -16,7 +16,10 @@
 
 /**
  * Check a connection for its last received time to see if we want to throw
- * idle connections away. */
+ * idle connections away.
+ *
+ * @param data conmgr_entry of the connection we want to test
+ */
 void pisa_task_heartbeat(void *data)
 {
        struct timeval delay = {PISA_HEARTBEAT_DELAY, 0};
@@ -42,6 +45,7 @@
 /**
  * Handle a tunnel control packet of type heartbeat. Update the last received
  * time for that connection or ignore it if no connection matches.
+ *
  * @param pkt PISA control packet
  * @param addr HIT/port of the sender
  */

Other related posts:

  • » [pisa-src] r1378 - trunk/pisasd/sdheartbeat.c - Thomas Jansen