Re: Introduction of Priority_node structure (priority.h)

2020-05-11 Thread Sebastian Huber
Hello Heinz, On 11/05/2020 10:54, Heinz Junkes wrote: The Priority_node structure was committed to the 4.10 branch of RTEMS in December 2017 (78b867e26d score: replace current and real priority with priority node). Do I have a possibility to know at compile time (in our case EPICS) if it is

Re: Introduction of Priority_node structure (priority.h)

2020-05-11 Thread Gedare Bloom
On Mon, May 11, 2020 at 9:27 AM Gedare Bloom wrote: > > On Mon, May 11, 2020 at 2:54 AM Heinz Junkes wrote: > > > > The Priority_node structure was committed to the 4.10 branch of RTEMS in > > December > > 2017 (78b867e26d score: replace current and real priority with priority > > node). > > >

Re: Introduction of Priority_node structure (priority.h)

2020-05-11 Thread Gedare Bloom
On Mon, May 11, 2020 at 2:54 AM Heinz Junkes wrote: > > The Priority_node structure was committed to the 4.10 branch of RTEMS in > December > 2017 (78b867e26d score: replace current and real priority with priority node). > > Do I have a possibility to know at compile time (in our case EPICS)

Introduction of Priority_node structure (priority.h)

2020-05-11 Thread Heinz Junkes
The Priority_node structure was committed to the 4.10 branch of RTEMS in December 2017 (78b867e26d score: replace current and real priority with priority node). Do I have a possibility to know at compile time (in our case EPICS) if it is present or not. Background: We had received the