mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-07 15:04:39 +08: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;
|
const void* const_ptr;
|
||||||
u32_t u32;
|
u32_t u32;
|
||||||
s32_t s32;
|
s32_t s32;
|
||||||
|
#if LWIP_HAVE_INT64
|
||||||
|
u64_t u64;
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user