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/07/02 03:36:32 UTC

[GitHub] [incubator-nuttx] zhhyu7 commented on a diff in pull request #6543: net_if: add IFF_LOOPBACK/POINTOPOINT/MULTICAST/BROADCAST

zhhyu7 commented on code in PR #6543:
URL: https://github.com/apache/incubator-nuttx/pull/6543#discussion_r912314528


##########
include/nuttx/net/netdev.h:
##########
@@ -242,7 +242,7 @@ struct net_driver_s
 
   /* Drivers interface flags.  See IFF_* definitions in include/net/if.h */
 
-  uint8_t d_flags;
+  uint32_t d_flags;

Review Comment:
   Refer to the definition of Linux, reserve space for further expansion



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