mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-28 09:19:53 +00:00
bug #30129: struct _ip_addr should be struct ip_addr
This commit is contained in:
parent
2c60a48d02
commit
24d823dae6
@ -41,7 +41,7 @@ extern "C" {
|
||||
|
||||
/* This is the aligned version of ip_addr_t,
|
||||
used as local variable, on the stack, etc. */
|
||||
struct _ip_addr {
|
||||
struct ip_addr {
|
||||
u32_t addr;
|
||||
};
|
||||
|
||||
@ -59,7 +59,7 @@ PACK_STRUCT_END
|
||||
# include "arch/epstruct.h"
|
||||
#endif
|
||||
|
||||
typedef struct _ip_addr ip_addr_t;
|
||||
typedef struct ip_addr ip_addr_t;
|
||||
typedef struct _ip_addr_packed ip_addr_p_t;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user