bug #52893: Add 'old_stat' save in LWIP_NSC_IPV6_ADDR_STATE_CHANGED callback message

This commit is contained in:
goldsimon
2018-01-25 13:05:33 +01:00
parent fe2c249fb7
commit 6606c4013f
2 changed files with 10 additions and 8 deletions

View File

@@ -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;