summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulercbsattachthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/schedulercbsattachthread.c')
-rw-r--r--cpukit/score/src/schedulercbsattachthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/schedulercbsattachthread.c b/cpukit/score/src/schedulercbsattachthread.c
index 3892e89aae..2d1e0ee243 100644
--- a/cpukit/score/src/schedulercbsattachthread.c
+++ b/cpukit/score/src/schedulercbsattachthread.c
@@ -43,7 +43,7 @@ int _Scheduler_CBS_Attach_thread (
the_thread = _Thread_Get(task_id, &location);
/* The routine _Thread_Get may disable dispatch and not enable again. */
if ( the_thread ) {
- Scheduler_CBS_Node *node = _Scheduler_CBS_Node_get( the_thread );
+ Scheduler_CBS_Node *node = _Scheduler_CBS_Thread_get_node( the_thread );
/* Thread is already attached to a server. */
if ( node->cbs_server ) {