mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 23:29:25 +00:00
struct netbuf: reorder members to save some space
This commit is contained in:
parent
f98e5717e5
commit
108ed3c81a
@ -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 */
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user