xiaoxiang781216 commented on code in PR #7207: URL: https://github.com/apache/incubator-nuttx/pull/7207#discussion_r983739611
########## include/sys/poll.h: ########## @@ -117,7 +122,8 @@ struct pollfd /* Non-standard fields used internally by NuttX. */ FAR void *ptr; /* The psock or file being polled */ - FAR sem_t *sem; /* Pointer to semaphore used to post output event */ + FAR void *args; /* The poll callback function arguments */ Review Comment: args->arg -- 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