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:
Hartmut Brandt 2005-05-23 11:24:39 +00:00
parent da4969a319
commit d6d9dd67f4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146529

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