mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-30 15:15:05 +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,
|
/* This is the aligned version of ip_addr_t,
|
||||||
used as local variable, on the stack, etc. */
|
used as local variable, on the stack, etc. */
|
||||||
struct _ip_addr {
|
struct ip_addr {
|
||||||
u32_t addr;
|
u32_t addr;
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -59,7 +59,7 @@ PACK_STRUCT_END
|
|||||||
# include "arch/epstruct.h"
|
# include "arch/epstruct.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct _ip_addr ip_addr_t;
|
typedef struct ip_addr ip_addr_t;
|
||||||
typedef struct _ip_addr_packed ip_addr_p_t;
|
typedef struct _ip_addr_packed ip_addr_p_t;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user