Gedare Bloom started a new discussion on cpukit/include/rtems/score/fmlpl.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/882#note_142458

 > +/**
 > + * @defgroup ScoreFMLPL Multiprocessor Resource Sharing Protocol Handler
 > + *
 > + * @ingroup Score
 > + *
 > + *
 > + * @{
 > + */
 > +
 > +typedef struct {
 > +
 > +  // our thread queue
 > +  Thread_queue_Control Wait_queue;
 > +
 > +  // the priority node, which is assigned to the priority owner
 > +  Priority_Node root_node;

This should be `Root_node`.

See: 
https://docs.rtems.org/docs/main/eng/coding-naming.html#rtems-internal-interfaces

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/882#note_142458
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to