tmedicci commented on code in PR #8985: URL: https://github.com/apache/nuttx/pull/8985#discussion_r1161302406
########## drivers/pipes/pipe_common.h: ########## @@ -135,6 +137,12 @@ struct pipe_dev_s struct pollfd *d_fds[CONFIG_DEV_PIPE_NPOLLWAITERS]; }; +enum pipe_common_type_e +{ + PIPE_COMMON_PIPE = 0, /* Pipe */ + PIPE_COMMON_MKFIFO, /* Named pipe */ Review Comment: It's a good alternative solution indeed. I've just updated the PR considering your suggestion, please take a look ;) -- 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