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/03/28 18:25:07 UTC

[GitHub] [incubator-nuttx-apps] pkarashchenko commented on a change in pull request #1100: rexec: correct af type from int to sa_family_t

pkarashchenko commented on a change in pull request #1100:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1100#discussion_r836724012



##########
File path: netutils/rexec/rexec.c
##########
@@ -45,8 +46,8 @@ struct rexec_arg_s
   FAR const char *command;
   FAR const char *user;
   FAR char *host;
+  sa_family_t af;

Review comment:
       why the position in the structure is changed?




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