From 501043a18bae037ca7195ce6989d3ffa8cc72660 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 30 Sep 2016 14:38:04 +0200 Subject: score: Pass scheduler node to update priority op This enables to call this scheduler operation for all scheduler nodes available to a thread. Update #2556. --- cpukit/score/include/rtems/score/scheduler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpukit/score/include/rtems/score/scheduler.h') diff --git a/cpukit/score/include/rtems/score/scheduler.h b/cpukit/score/include/rtems/score/scheduler.h index e85b7f8c34..0fc7d5a880 100644 --- a/cpukit/score/include/rtems/score/scheduler.h +++ b/cpukit/score/include/rtems/score/scheduler.h @@ -83,7 +83,8 @@ typedef struct { /** @see _Scheduler_Update_priority() */ Scheduler_Void_or_thread ( *update_priority )( const Scheduler_Control *, - Thread_Control * + Thread_Control *, + Scheduler_Node * ); /** @see _Scheduler_Map_priority() */ -- cgit v1.2.3