mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-13 03:36:59 +08:00
bug #52893: Add 'old_stat' save in LWIP_NSC_IPV6_ADDR_STATE_CHANGED callback message
This commit is contained in:
@@ -598,6 +598,8 @@ typedef union
|
||||
{
|
||||
/** Index of affected IPv6 address */
|
||||
s8_t addr_index;
|
||||
/** Old IPv6 address state */
|
||||
u8_t old_state;
|
||||
/** Affected IPv6 address */
|
||||
const ip_addr_t* address;
|
||||
} ipv6_addr_state_changed;
|
||||
|
||||
Reference in New Issue
Block a user