[rtems commit] score: Documentation
Sebastian Huber
sebh at rtems.org
Wed Apr 16 07:03:47 UTC 2014
Module: rtems
Branch: master
Commit: 2e06be4d4f3028e72cf1e6ee433dfddabc16cddc
Changeset: http://git.rtems.org/rtems/commit/?id=2e06be4d4f3028e72cf1e6ee433dfddabc16cddc
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Wed Apr 16 09:10:52 2014 +0200
score: Documentation
---
cpukit/score/include/rtems/score/thread.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index 5215d6a..90df3a7 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -585,6 +585,11 @@ struct Thread_Control_struct {
*/
Chain_Control Key_Chain;
+ /**
+ * @brief Thread life-cycle control.
+ *
+ * Control state changes triggered by thread restart and delete requests.
+ */
Thread_Life_control Life;
/**
More information about the vc
mailing list