score: Documentation

This commit is contained in:
Sebastian Huber
2014-04-16 09:10:52 +02:00
parent 33d0666d02
commit 2e06be4d4f
@@ -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;
/**