pkarashchenko commented on code in PR #11447:
URL: https://github.com/apache/nuttx/pull/11447#discussion_r1437910830


##########
include/nuttx/streams.h:
##########
@@ -205,6 +205,12 @@ struct lib_rawoutstream_s
   int                    fd;
 };
 
+struct lib_fileoutstream_s
+{
+  struct lib_outstream_s common;
+  struct file            *file;

Review Comment:
   `FAR` is missing



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to