mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08: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…
x
Reference in New Issue
Block a user