xiaoxiang781216 commented on code in PR #7841:
URL: https://github.com/apache/nuttx/pull/7841#discussion_r1045221073


##########
include/nuttx/sched_note.h:
##########
@@ -435,6 +435,56 @@ struct note_filter_irq_s
 
 #endif /* CONFIG_SCHED_INSTRUMENTATION_FILTER */
 
+struct sched_note_ops_s
+{
+  void (*start)(FAR void *priv, FAR struct tcb_s *tcb);

Review Comment:
   ```suggestion
     CODE void (*start)(FAR struct note_driver_s *drv, FAR struct tcb_s *tcb);
   ```



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

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to