Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: tcp/tcb.h
- 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