Mohamed Hassan commented on a discussion on cpukit/include/rtems/stackchk.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/86#note_111012 > } rtems_stack_checker_info; > > /** > - * @brief Visitor routines invoked by rtems_stack_checker_iterate() shall > have > - * this type. > + * @brief Visitor routines invoked by rtems_stack_checker_iterate() shall > + * have this type. > * > - * @param info is the stack information. > + * @param[in] info is the stack information. > * > - * @param arg is the argument passed to rtems_stack_checker_iterate(). > + * @param[in] arg is the argument passed to rtems_stack_checker_iterate(). I think you're right, arg parameter can be both input and output. will be modified. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/86#note_111012 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
