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/11/09 10:19:14 UTC

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #2261: sched/timer: remove the CLOCK_REALTIME check

davids5 commented on a change in pull request #2261:
URL: https://github.com/apache/incubator-nuttx/pull/2261#discussion_r519696744



##########
File path: sched/timer/timer.h
##########
@@ -50,6 +50,7 @@ struct posix_timer_s
 {
   FAR struct posix_timer_s *flink;
 
+  clockid_t        pt_clock;       /* Specifies the clock to use as the timing base. */

Review comment:
       Would this be clearer?
   ```suggestion
     clockid_t        pt_clockid;       /* Specifies the clock to use as the timing base. */
   ```
   
   




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