summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/threadimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/threadimpl.h')
-rw-r--r--cpukit/include/rtems/score/threadimpl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/include/rtems/score/threadimpl.h b/cpukit/include/rtems/score/threadimpl.h
index 1e7d58609f..d9c0779b08 100644
--- a/cpukit/include/rtems/score/threadimpl.h
+++ b/cpukit/include/rtems/score/threadimpl.h
@@ -164,6 +164,11 @@ typedef struct {
Thread_CPU_budget_algorithm_callout budget_callout;
/**
+ * @brief The thread's initial CPU time budget.
+ */
+ uint32_t cpu_time_budget;
+
+ /**
* @brief 32-bit unsigned integer name of the object for the thread.
*/
uint32_t name;