struct netbuf: reorder members to save some space
This commit is contained in:
@@ -45,8 +45,8 @@ struct netbuf {
|
||||
ip_addr_t *addr;
|
||||
u16_t port;
|
||||
#if LWIP_NETBUF_RECVINFO
|
||||
ip_addr_t *toaddr;
|
||||
u16_t toport;
|
||||
ip_addr_t *toaddr;
|
||||
#endif /* LWIP_NETBUF_RECVINFO */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user