[pisa-src] r1238 - trunk/pisacd/cdheartbeat.h

  • From: Thomas Jansen <mithi@xxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Mon, 19 Oct 2009 21:16:40 +0200

Author: tjansen
Date: Mon Oct 19 21:16:39 2009
New Revision: 1238

Log:
Fix commit 1235, one file was missing.

Modified:
   trunk/pisacd/cdheartbeat.h

Modified: trunk/pisacd/cdheartbeat.h
==============================================================================
--- trunk/pisacd/cdheartbeat.h  Mon Oct 19 21:16:36 2009        (r1237)
+++ trunk/pisacd/cdheartbeat.h  Mon Oct 19 21:16:39 2009        (r1238)
@@ -8,6 +8,8 @@
 
 #include "packet.h"
 
+#define PISA_HEARTBEAT_DELAY   10
+
 void pisa_task_heartbeat(void *data);
 
 /* handlers for tunnel control packets */

Other related posts:

  • » [pisa-src] r1238 - trunk/pisacd/cdheartbeat.h - Thomas Jansen