Gedare Bloom commented on a discussion on cpukit/include/rtems/recordclient.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/282#note_114624 > ); > > typedef struct { > - /** > - * @brief Event time to uptime maintenance. > - */ > - struct { > - uint64_t bt; > - uint32_t time_at_bt; > - uint32_t time_last; > - uint32_t time_accumulated; > - } uptime; > + uint64_t uptime_bt; at least it should have a comment as in other places. the structure could benefit from doxygen, since it is user-facing -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/282#note_114624 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
