xiaoxiang781216 commented on issue #740: URL: https://github.com/apache/incubator-nuttx/issues/740#issuecomment-672221606
@papatience after reviewing all caller of wd_start, all place just need one argument so, the prototype can be simple as: ``` typedef CODE void (*wdentry_t)(FAR void *arg); ``` just like what work_s done. If out of tree usage need pass more context info, he/she can always allocate the memory as need. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
