struct netbuf: reorder members to save some space

This commit is contained in:
goldsimon 2010-05-02 09:10:58 +00:00
parent f98e5717e5
commit 108ed3c81a

View File

@ -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 */
};