xiaoxiang781216 edited a comment 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. So here is the patch: 
https://github.com/apache/incubator-nuttx/pull/1565


----------------------------------------------------------------
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]


Reply via email to