summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-10-15 21:38:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-10-15 21:38:33 +0000
commitf8c63338c33fa380fff36d8b693478732c9419d1 (patch)
tree71457c7802a4dc0c5a148906ca00f2886eb8749b /cpukit/score/include
parentadded i386ex from Erik Ivanenko (diff)
downloadrtems-f8c63338c33fa380fff36d8b693478732c9419d1.tar.bz2
added cpu time used field to tcb
Diffstat (limited to 'cpukit/score/include')
-rw-r--r--cpukit/score/include/rtems/score/thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index c0c59a5f74..b4b74dd344 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -176,6 +176,7 @@ struct Thread_Control_struct {
Thread_CPU_budget_algorithms budget_algorithm;
Thread_CPU_budget_algorithm_callout budget_callout;
+ unsigned32 ticks_executed;
Chain_Control *ready;
Priority_Information Priority_map;
Thread_Start_information Start;