Gedare Bloom started a new discussion on cpukit/include/rtems/score/fmlpl.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/882#note_142720 > + * > + * @{ > + */ > + > +typedef struct { > + /** @brief Thread wait queue. */ > + Thread_queue_Control Wait_queue; > + > + /** @brief Scheduler node. */ > + Priority_Node Root_node; > + > + /** @brief Priority of all threads. */ > + Priority_Control *Priority_array; > + > + /** @brief Last occupied index. */ > + int Last_occupied_index; this is a primitive and should not be capital. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/882#note_142720 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
