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 2021/04/28 14:48:30 UTC

[GitHub] [incubator-nuttx-apps] gustavonihei commented on a change in pull request #695: webclient: Implement non-blocking I/O

gustavonihei commented on a change in pull request #695:
URL: https://github.com/apache/incubator-nuttx-apps/pull/695#discussion_r622255657



##########
File path: include/netutils/webclient.h
##########
@@ -165,6 +165,7 @@ typedef CODE int (*webclient_body_callback_t)(
     FAR void *ctx);
 
 struct webclient_tls_connection;
+struct webclient_poll_info;

Review comment:
       ```suggestion
   struct webclient_tls_connection_s;
   struct webclient_poll_info_s;
   ```
   According to the coding style, structure names must end with the suffix `_s`.




-- 
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.

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