xiaoxiang781216 commented on a change in pull request #5743: URL: https://github.com/apache/incubator-nuttx/pull/5743#discussion_r826759059
########## File path: include/nuttx/timers/timer.h ########## @@ -116,6 +116,7 @@ struct timer_notify_s { struct sigevent event; /* Describe the way a task is to be notified */ pid_t pid; /* The ID of the task/thread to receive the signal */ + bool oneshot; /* Single notification or periodic notifications */ Review comment: It's fine too me. -- 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