You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/05/09 17:41:18 UTC

[GitHub] [incubator-nuttx-apps] patacongo edited a comment on pull request #244: examples/thttpd/content/tasks/tasks.c: Update OS internal name

patacongo edited a comment on pull request #244:
URL: https://github.com/apache/incubator-nuttx-apps/pull/244#issuecomment-626211148


   In order to complete the renaming of sched functions, two things should be done:
   
   1. All of the functions in sched/sched/sched.h need to modified to follow the same naming conventions used in include/nuttx/sched.h:
   
       `nxsched_<verb>_<object>`
   
   2. Of much less importance, all of the numbers of static functions within sched/sched/*.c functions must be changed to follow that same convention.  This is less important because it is not exposed outside of the file.
   


----------------------------------------------------------------
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:
users@infra.apache.org