aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/chtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/chtypes.h')
-rw-r--r--src/templates/chtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/chtypes.h b/src/templates/chtypes.h
index 45f60a1a3..fdbdae7b9 100644
--- a/src/templates/chtypes.h
+++ b/src/templates/chtypes.h
@@ -38,6 +38,7 @@
typedef BYTE8 t_tmode; /* Thread mode flags, BYTE8 is ok. */
typedef BYTE8 t_tstate; /* Thread state, BYTE8 is ok. */
+typedef UWORD16 t_tid; /* Thread id. */
typedef ULONG32 t_prio; /* Priority, use the fastest unsigned type. */
typedef LONG32 t_msg; /* Message, use signed pointer equivalent.*/
typedef LONG32 t_eventid; /* Event Id, use fastest signed.*/