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:
harti 2005-05-23 11:24:39 +00:00
parent d8e5f87388
commit ba2c3efa18

View File

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