RTEMS | Improve event record handling (!282)

Gedare Bloom (@gedare) gitlab at rtems.org
Sat Nov 9 19:41:34 UTC 2024




Gedare Bloom commented on a discussion on cpukit/include/rtems/record.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/282#note_114625

 > +   */
 > +  RTEMS_RECORD_FETCH_CONTINUE,
 > +
 > +  /**
 > +   * @brief This enumerator indicates that the item count passed to
 > +   *   rtems_record_fetch() is invalid.
 > +   */
 > +  RTEMS_RECORD_FETCH_INVALID_ITEM_COUNT
 > +} rtems_record_fetch_status;
 >  
 >  /**
 > - * @brief Drains the record items on all processors.
 > + * @brief Returns the recommended count of items passed to
 > + *   rtems_record_fetch().
 > + */
 > +size_t rtems_record_fetch_recommended_item_count( void );

that's great, thanks. I'm still not quite satisfied about the `size_t` but that topic is open elsewhere.

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20241109/724c5bdb/attachment-0001.htm>


More information about the bugs mailing list