Alessandro Nardin commented on a discussion on cpukit/include/rtems/posix/aio_misc.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/275#note_114319 > /** > * @brief updates listcb after op completion > * > - * @param listcbp > + * @param listcbp a pointer to the list control block. > */ > void rtems_aio_completed_list_op( listcb *listcbp ); Yes, they're only used internally. However, all other internal structures have `rtems_aio` as a prefix, so I'll update `listcb` and `suspendcb` for consistency. For now, I’ve only renamed suspendcb. I'll rename `listcb` in a separate MR to keep the changes distinct. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/275#note_114319 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
