The ticks delivered by the SNMP daemon are now 64-bit, so make our
local tick variable which is used to reduce the number of updates from kernel structures and to ensure intra-PDU consistency also 64 bit.
This commit is contained in:
parent
d8e5f87388
commit
ba2c3efa18
@ -131,7 +131,7 @@ struct ngtype {
|
||||
TAILQ_HEAD(ngtype_list, ngtype);
|
||||
|
||||
static struct ngtype_list ngtype_list;
|
||||
static u_int32_t ngtype_tick;
|
||||
static uint64_t ngtype_tick;
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user