Gedare Bloom started a new discussion on cpukit/include/rtems/score/fmlpl.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/882#note_142721 > + * @defgroup RTEMSScoreFMLPL Flexible Multiprocessor Locking Protocol > (FMLP) - Long > + * > + * @ingroup RTEMSScore > + * > + * @{ > + */ > + > +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; this is a pointer and should nto be capital -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/882#note_142721 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
