From 08d9760daf502d893bc02f24651c7b68287c263c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 8 Jul 2014 14:25:55 +0200 Subject: score: Rename *_Node_get() to *_Thread_get_node() This emphasizes that the scheduler node of a thread is returned and this is not a function working with scheduler nodes like the other *_Node_*() functions. --- cpukit/score/src/schedulercbsunblock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/src/schedulercbsunblock.c') diff --git a/cpukit/score/src/schedulercbsunblock.c b/cpukit/score/src/schedulercbsunblock.c index 1a374f64a6..5822af2934 100644 --- a/cpukit/score/src/schedulercbsunblock.c +++ b/cpukit/score/src/schedulercbsunblock.c @@ -30,7 +30,7 @@ void _Scheduler_CBS_Unblock( Thread_Control *the_thread ) { - Scheduler_CBS_Node *node = _Scheduler_CBS_Node_get( the_thread ); + Scheduler_CBS_Node *node = _Scheduler_CBS_Thread_get_node( the_thread ); Scheduler_CBS_Server *serv_info = node->cbs_server; Priority_Control new_priority; -- cgit v1.2.3