Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
52:fbc5a46b5e16
Parent:
10:f0854784e960
Child:
54:84ef2b29cf7e
--- a/tcp/tcb.h	Fri Nov 03 18:14:06 2017 +0000
+++ b/tcp/tcb.h	Wed Nov 08 20:46:36 2017 +0000
@@ -12,13 +12,13 @@
     uint32_t remIsn;
     uint32_t locSeq;
     uint32_t remSeq;
-    uint32_t timer;
+    uint32_t elapsed;
      int32_t tag;
 };
 
-
+extern uint32_t    TcbElapsed;
 extern uint32_t    TcbGetIsn();
 extern struct tcb* TcbGetExisting(uint16_t port);
 extern struct tcb* TcbGetEmpty();
-extern void        TcbReap(uint32_t now);
+extern void        TcbMain();
 extern void        TcbInit();
\ No newline at end of file