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 2022/08/04 07:32:42 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on a diff in pull request #6780: iob_s add io_private filed, user can use it to keep context

pkarashchenko commented on code in PR #6780:
URL: https://github.com/apache/incubator-nuttx/pull/6780#discussion_r937444322


##########
include/nuttx/mm/iob.h:
##########
@@ -97,6 +97,8 @@ struct iob_s
 
   FAR struct iob_s *io_flink;
 
+  FAR void *io_private;  /* Interpreted by user */

Review Comment:
   Should this be optional? Also maybe change type to uintptr_t.



-- 
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-unsubscribe@nuttx.apache.org

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