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 2020/02/01 10:20:10 UTC

[GitHub] [incubator-nuttx] liuguo09 opened a new pull request #196: include/nuttx/net/igmp.h: fix build break by previous network changes

liuguo09 opened a new pull request #196: include/nuttx/net/igmp.h: fix build break by previous network changes
URL: https://github.com/apache/incubator-nuttx/pull/196
 
 
   Build nucleo-144:f767-netnsh config with following error:
   igmp/igmp_group.c: In function 'igmp_grpalloc':
   igmp/igmp_group.c:145:27: error: dereferencing pointer to incomplete type 'struct net_driver_s'
     145 |       group->ifindex = dev->d_ifindex;
         |                           ^~
   make[1]: *** [igmp_group.o] Error 1
   
   Signed-off-by: liuhaitao <li...@xiaomi.com>

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


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] Ouss4 merged pull request #196: include/nuttx/net/igmp.h: fix build break by previous network changes

Posted by GitBox <gi...@apache.org>.
Ouss4 merged pull request #196: include/nuttx/net/igmp.h: fix build break by previous network changes
URL: https://github.com/apache/incubator-nuttx/pull/196
 
 
   

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


With regards,
Apache Git Services