From 84dc9dfb24409ef16280c8e6d0d013336517ea15 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 4 Apr 2016 06:17:36 +0200 Subject: score: Use red-black tree for active MP proxies Update #2555. --- cpukit/score/include/rtems/score/thread.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'cpukit/score/include/rtems/score/thread.h') diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h index 7bb65e418c..d9f1eb2d6d 100644 --- a/cpukit/score/include/rtems/score/thread.h +++ b/cpukit/score/include/rtems/score/thread.h @@ -431,8 +431,10 @@ typedef struct { */ Objects_Id thread_queue_id; - /** This field is used to manage the set of proxies in the system. */ - Chain_Node Active; + /** + * @brief This field is used to manage the set of active proxies in the system. + */ + RBTree_Node Active; /** * @brief Provide thread queue heads for this thread proxy. -- cgit v1.2.3