mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-12 21:41:28 +00:00
snmp_core.h: Add room for u64 values in union snmp_variant_value
This commit is contained in:
parent
4c13c32473
commit
3ec8b22f14
@ -144,6 +144,9 @@ union snmp_variant_value
|
||||
const void* const_ptr;
|
||||
u32_t u32;
|
||||
s32_t s32;
|
||||
#if LWIP_HAVE_INT64
|
||||
u64_t u64;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user